pagedown-bootstrap icon indicating copy to clipboard operation
pagedown-bootstrap copied to clipboard

Underscores are being replaced with <em> tags

Open njcoutinho opened this issue 10 years ago • 1 comments

Whenever I type in underscores only the first one shows properly the rest get converted to <em> tags

Here is my sample code

message
string
Content for the draft
required
param_ids
string
param 1 ids
optional
e.g.[ 1_2_3 ]
create_album
integer
Album ids
optional
Allowed values[0,1]

njcoutinho avatar Jul 31 '14 05:07 njcoutinho

Underscores are part of the Markdown spec, where single underscores represent emphasised text

sorora avatar Dec 02 '14 14:12 sorora