Content
View differences
Updated by Robin Wagner over 5 years ago
**Reproduction steps:** We came across this by accident when asking a developer to look at a function. The function name follows the older naming method of using underscores between the words:
1. Edit description or activity. ```text
2. Enter underscore in text. function this_is_an_example(){
**Actual** }
```
Underscore is shown as italics You can insert it using the "Insert code snippet", but you cannot type it directly using this editor:
**Expected**
Underscore is displayed.
<figure class="image"><img src="/api/v3/attachments/14668/content" alt=""></figure>
I know it's only a small issue, but we're hoping it's fixable because it is proving a bit of an issue for our devs trying to talk about places in our codebase.
Note: I tested the WYSIWYG editor in the description and in the comments fields so I would presume this is present where ever the editor is used.
1. Edit description or activity.
2. Enter underscore in text.
**Actual**
```
Underscore is shown as italics
**Expected**
Underscore is displayed.
<figure class="image"><img src="/api/v3/attachments/14668/content" alt=""></figure>
I know it's only a small issue, but we're hoping it's fixable because it is proving a bit of an issue for our devs trying to talk about places in our codebase.
Note: I tested the WYSIWYG editor in the description and in the comments fields so I would presume this is present where ever the editor is used.