Skip to content

Commit

Permalink
Test complex strikethrough with apparent nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Apr 10, 2019
1 parent 1f8408a commit 49e7827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testcases/strikethrough.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

<p>This <del>is a complex <em>strike</em> through *test ~~with nesting</del> involved* here~~.</p>

<p>This <del>is a complex <em>strike</em> through *test</del> with apparent nesting <del>involved* here</del>.</p>

<p><del>中文</del></p>

<p><del>a</del></p>
2 changes: 2 additions & 0 deletions test/testcases/strikethrough.text
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This should ~~not be struck.

This ~~is a complex *strike* through *test ~~with nesting~~ involved* here~~.

This ~~is a complex *strike* through *test~~ with apparent nesting ~~involved* here~~.

~~中文~~

~~a~~

0 comments on commit 49e7827

Please sign in to comment.