showdown/test/features/underline/simple.md
Estevao Soares dos Santos 084b819b14 feat(underline): add EXPERIMENTAL support for underline
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
2017-10-24 16:46:40 +01:00

8 lines
127 B
Markdown

this is __underlined__ word
__an underlined sentence__
___three underscores are fine___
_single_ underscores are left alone