Alex Kocharin
10 years ago
2 changed files with 30 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
|
||||
|
. |
||||
|
~foo ~bar~ baz~ |
||||
|
. |
||||
|
<p><sup>foo <sup>bar</sup> baz</sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
this ~ is ~ not ~ subscript |
||||
|
. |
||||
|
<p>this ~ is ~ not ~ subscript</p> |
||||
|
. |
@ -0,0 +1,18 @@ |
|||||
|
|
||||
|
. |
||||
|
^foo ^bar^ baz^ |
||||
|
. |
||||
|
<p><sup>foo <sup>bar</sup> baz</sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
^foo ~bar~ baz^ |
||||
|
. |
||||
|
<p><sup>foo <sub>bar</sub> baz</sup></p> |
||||
|
. |
||||
|
|
||||
|
. |
||||
|
this ^ is ^ not ^ superscript |
||||
|
. |
||||
|
<p>this ^ is ^ not ^ superscript</p> |
||||
|
. |
Loading…
Reference in new issue