nicojensen.de/vendor/bundle/gems/kramdown-1.17.0/test/testcases_gfm/strikethrough.html.19
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

27 lines
646 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p><del>This is a test</del></p>
<p>~<del>This is another test</del>~</p>
<p><del>This is yet another test</del>~</p>
<p>~~ This is a test of it NOT working ~~</p>
<p>~~<br />
This<br />
is<br />
a<br />
<strong>multiline</strong><br />
test<br />
~~</p>
<p>This is an <del><em>inline</em> <strong>strikethrough</strong></del> test</p>
<p>This is an ~~escaped~~ strikethrough.</p>
<p>This is a <del>strikethrough with a ~ in the middle</del></p>
<p>I <del>dont even</del>~ have an extra tilde.</p>
<p>This should ~~not be struck.</p>
<p>This <del>is a complex <em>strike</em> through *test ~~with nesting</del> involved* here~~.</p>