Alex Kocharin
10 years ago
7 changed files with 107 additions and 101 deletions
@ -1,12 +1,36 @@ |
|||||
|
|
||||
. |
. |
||||
~foo ~bar~ baz~ |
~foo\~ |
||||
. |
. |
||||
<p><sub>foo <sub>bar</sub> baz</sub></p> |
<p>~foo~</p> |
||||
. |
. |
||||
|
|
||||
. |
. |
||||
this ~ is ~ not ~ subscript |
~foo bar~ |
||||
. |
. |
||||
<p>this ~ is ~ not ~ subscript</p> |
<p>~foo bar~</p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
~foo\ bar\ baz~ |
||||
|
. |
||||
|
<p><sub>foo bar baz</sub></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
~\ foo\ ~ |
||||
|
. |
||||
|
<p><sub> foo </sub></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
~foo\\\\\\\ bar~ |
||||
|
. |
||||
|
<p><sub>foo\\\ bar</sub></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
~foo\\\\\\ bar~ |
||||
|
. |
||||
|
<p>~foo\\\ bar~</p> |
||||
. |
. |
||||
|
@ -1,18 +1,42 @@ |
|||||
|
|
||||
. |
. |
||||
^foo ^bar^ baz^ |
^test^ |
||||
. |
. |
||||
<p><sup>foo <sup>bar</sup> baz</sup></p> |
<p><sup>test</sup></p> |
||||
. |
. |
||||
|
|
||||
. |
. |
||||
^foo ~bar~ baz^ |
^foo\^ |
||||
. |
. |
||||
<p><sup>foo <sub>bar</sub> baz</sup></p> |
<p>^foo^</p> |
||||
. |
. |
||||
|
|
||||
. |
. |
||||
this ^ is ^ not ^ superscript |
2^4 + 3^5 |
||||
. |
. |
||||
<p>this ^ is ^ not ^ superscript</p> |
<p>2^4 + 3^5</p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
^foo~bar^baz^bar~foo^ |
||||
|
. |
||||
|
<p><sup>foo~bar</sup>baz<sup>bar~foo</sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
^\ foo\ ^ |
||||
|
. |
||||
|
<p><sup> foo </sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
^foo\\\\\\\ bar^ |
||||
|
. |
||||
|
<p><sup>foo\\\ bar</sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
^foo\\\\\\ bar^ |
||||
|
. |
||||
|
<p>^foo\\\ bar^</p> |
||||
. |
. |
||||
|
Loading…
Reference in new issue