Skip to content

Commit ea8fd1e

Browse files
committed
GitHub doesn't do pandoc, use HTML.
1 parent 97b62f4 commit ea8fd1e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

super-and-sub-script-test.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Test for superscript and subscript in Markdown
1+
# Super- and sub-script test in Markdown
22

3-
Superscript: 2^10^
3+
## Superscript:
4+
-2<sup>10</sup>
5+
-2^10^
46

5-
Subscript: H~2~O
7+
## Subscript:
8+
- H<sub>2</sub>O
9+
- H~2~O

0 commit comments

Comments
 (0)