What did you do to cause this?
Adding a comment to an existing ticket.
What page were you on?
View for a single ticket.
What PHP and MariaDB versions do you run?
PHP: 5.3.3-7+squeeze17
MySQL: 5.1.66-0+squeeze1-log
Describe the defect:
Surrounding a word or phrase with double underlines
__like this__
Results in the word or phrase showing as bold instead
like this
Ah, my mistake.
I remembered ** before and after would result in bold, just assumed __ would be italics.
Thanks.
Maybe change the ticket to Enhancement to include somewhere with the tracker documentation on how each of the formatting / style features of Markdown can be used.
They are fairly unintuitive in some cases. Can either make another ticket for that, or change this one; or neither if you don't believe it is useful.
It would be helpful to have a formatting style guide of some sort.
The markdown editor is moving to SimpleMDE which includes documentation.
I believe this is the way Markdown works. Single
_
or*
is italics while double are bold.