mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
084b819b14
Syntax is: ``` __double underscores__ or ___triple unserscores___ ``` Keep in mind that, with this option enabled, underscore no longer parses as `<em>` or `<strong>` Closes #450
8 lines
127 B
Markdown
8 lines
127 B
Markdown
this is __underlined__ word
|
|
|
|
__an underlined sentence__
|
|
|
|
___three underscores are fine___
|
|
|
|
_single_ underscores are left alone
|