Skip to content

Commit 9bdf783

Browse files
committed
be more liberal in strikethru regression
1 parent 42f5a52 commit 9bdf783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/regression.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ cmark-gfm strikethrough rules
165165
````````````````````````````````
166166

167167
```````````````````````````````` example strikethrough
168-
This ~text~~~~ is ~~~~curious~.
168+
This ~text~ ~~is~~ ~~~curious~~~.
169169
.
170-
<p>This <del>text~~~~ is ~~~~curious</del>.</p>
170+
<p>This <del>text</del> <del>is</del> ~~~curious~~~.</p>
171171
````````````````````````````````
172172

173173
`~` should not be escaped in href — https://github.com/github/markup/issues/311

0 commit comments

Comments
 (0)