We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f5a52 commit 9bdf783Copy full SHA for 9bdf783
test/regression.txt
@@ -165,9 +165,9 @@ cmark-gfm strikethrough rules
165
````````````````````````````````
166
167
```````````````````````````````` example strikethrough
168
-This ~text~~~~ is ~~~~curious~.
+This ~text~ ~~is~~ ~~~curious~~~.
169
.
170
-<p>This <del>text~~~~ is ~~~~curious</del>.</p>
+<p>This <del>text</del> <del>is</del> ~~~curious~~~.</p>
171
172
173
`~` should not be escaped in href — https://github.com/github/markup/issues/311
0 commit comments