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
5 lines
159 B
HTML
5 lines
159 B
HTML
<p>this is <u>underlined</u> word</p>
|
|
<p><u>an underlined sentence</u></p>
|
|
<p><u>three underscores are fine</u></p>
|
|
<p>_single_ underscores are left alone</p>
|