showdown/test/functional/makehtml/cases/features/underline/simple.html
Vladimir Vuksanovic 81edc70da7 fix(underline): Make underline lazy
fix underline if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest
2018-10-21 15:20:39 +02:00

5 lines
214 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>
<p><u>multiple</u> underlines in a <u>paragraph</u></p>