1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

implement GFM strikethrough

This commit is contained in:
Emanuil Rusev
2013-11-21 13:39:00 +02:00
parent b6f795962f
commit 5a563008aa
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<p><del>strikethrough</del></p>
<p>in the <del>middle</del> of a sentence</p>
<p>in the middle of a w<del>or</del>d</p>

View File

@@ -0,0 +1,5 @@
~~strikethrough~~
in the ~~middle~~ of a sentence
in the middle of a w~~or~~d