File: superscript.txt

package info (click to toggle)
mistune 3.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: python: 4,006; makefile: 26; sh: 6
file content (26 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Superscript


```````````````````````````````` example
CH^3^CH^2^OH
.
<p>CH<sup>3</sup>CH<sup>2</sup>OH</p>
````````````````````````````````

```````````````````````````````` example
text^a\ supscript^
.
<p>text<sup>a supscript</sup></p>
````````````````````````````````

```````````````````````````````` example
text^a supscript^
.
<p>text^a supscript^</p>
````````````````````````````````

```````````````````````````````` example
text^a\^supscript^
.
<p>text<sup>a^supscript</sup></p>
````````````````````````````````