Content
View differences
Updated by Robin Wagner over 5 years ago
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:
```text
function this_is_an_example(){
}
```
You can insert it using the "Insert code snippet", but you cannot type it directly using this editor:
<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.
```text
function this_is_an_example(){
}
```
You can insert it using the "Insert code snippet", but you cannot type it directly using this editor:
<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.