showdown/test/features/#164.3.strikethrough.md
Estevão Soares dos Santos 43e9448d6e feat(strikethrough): add support for GFM strikethrough
Github Flavored Markdown supports strikethrough (`<del>`) syntax using double tilde `~~` delimiters.
This commit adds this feature to showdown through an option called "strikethrough".

Related to #164
2015-07-11 15:59:06 +01:00

6 lines
78 B
Markdown

a ~~strikethrough~~ word
this should~~not be parsed
~~strike-through text~~