blob: 0d6f75f9e0a05b3fc56edd949acc0463133172ef [file]
>>> Strikethrough (extension) - 491
~~Hi~~ Hello, world!
<<<
<p><del>Hi</del> Hello, world!</p>
>>> Strikethrough (extension) - 492
This ~~has a
new paragraph~~.
<<<
<p>This ~~has a</p>
<p>new paragraph~~.</p>
>>> single tilde
~Hi~ there.
<<<
<p><del>Hi</del> there.</p>
>>> single tilde with double tilde
~Hi~~ there.
<<<
<p><del>Hi</del>~ there.</p>