Fix superscript
This commit is contained in:
parent
213da0beff
commit
6de03e0d13
3 changed files with 7 additions and 1 deletions
5
org/testdata/example.html
vendored
5
org/testdata/example.html
vendored
|
@ -147,6 +147,11 @@ links with slashes do not become <em>emphasis</em>: <a href="https://somelinksho
|
|||
</li>
|
||||
<li>
|
||||
<p>
|
||||
subscript<sub>sub</sub> and superscript<sup>super</sup>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
links
|
||||
</p>
|
||||
<ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue