mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Tilde characters may be escaped
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<p><del>strikethrough</del></p>
|
||||
<p>here's <del>one</del> followed by <del>another one</del></p>
|
||||
<p>~~ this ~~ is not one neither is ~this~</p>
|
||||
<p>~~ this ~~ is not one neither is ~this~</p>
|
||||
<p>escaped ~~this~~</p>
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
here's ~~one~~ followed by ~~another one~~
|
||||
|
||||
~~ this ~~ is not one neither is ~this~
|
||||
~~ this ~~ is not one neither is ~this~
|
||||
|
||||
escaped \~\~this\~\~
|
||||
Reference in New Issue
Block a user