|
|
@ -1,32 +1,32 @@ |
|
|
|
. |
|
|
|
~~Strikeout~~ |
|
|
|
. |
|
|
|
<p><del>Strikeout</del></p> |
|
|
|
<p><s>Strikeout</s></p> |
|
|
|
. |
|
|
|
|
|
|
|
. |
|
|
|
x ~~~~foo~~ bar~~ |
|
|
|
. |
|
|
|
<p>x <del><del>foo</del> bar</del></p> |
|
|
|
<p>x <s><s>foo</s> bar</s></p> |
|
|
|
. |
|
|
|
|
|
|
|
. |
|
|
|
x ~~foo ~~bar~~~~ |
|
|
|
. |
|
|
|
<p>x <del>foo <del>bar</del></del></p> |
|
|
|
<p>x <s>foo <s>bar</s></s></p> |
|
|
|
. |
|
|
|
|
|
|
|
. |
|
|
|
x ~~~~foo~~~~ |
|
|
|
. |
|
|
|
<p>x <del><del>foo</del></del></p> |
|
|
|
<p>x <s><s>foo</s></s></p> |
|
|
|
. |
|
|
|
|
|
|
|
# Disabled since we moved subsripts to plugins |
|
|
|
#. |
|
|
|
#x ~~~foo~~~ |
|
|
|
#. |
|
|
|
#<p>x <del><sub>foo</sub></del></p> |
|
|
|
#<p>x <s><sub>foo</sub></s></p> |
|
|
|
#. |
|
|
|
|
|
|
|
Strikeouts have the same priority as emphases: |
|
|
@ -37,7 +37,7 @@ Strikeouts have the same priority as emphases: |
|
|
|
~~**test~~** |
|
|
|
. |
|
|
|
<p><strong>~~test</strong>~~</p> |
|
|
|
<p><del>**test</del>**</p> |
|
|
|
<p><s>**test</s>**</p> |
|
|
|
. |
|
|
|
|
|
|
|
Strikeouts have the same priority as emphases with respect to links: |
|
|
@ -64,13 +64,13 @@ Nested strikeouts: |
|
|
|
. |
|
|
|
~~foo ~~bar~~ baz~~ |
|
|
|
. |
|
|
|
<p><del>foo <del>bar</del> baz</del></p> |
|
|
|
<p><s>foo <s>bar</s> baz</s></p> |
|
|
|
. |
|
|
|
|
|
|
|
. |
|
|
|
~~f **o ~~o b~~ a** r~~ |
|
|
|
. |
|
|
|
<p><del>f <strong>o <del>o b</del> a</strong> r</del></p> |
|
|
|
<p><s>f <strong>o <s>o b</s> a</strong> r</s></p> |
|
|
|
. |
|
|
|
|
|
|
|
Should not have a whitespace between text and "~~": |