Documentation (#3930)

This commit is contained in:
Minhao-Zhang
2022-05-16 22:12:22 -07:00
committed by GitHub
parent 8a936fdb74
commit 0c555b2c9f

View File

@@ -108,13 +108,13 @@ superscripted with a simple syntax, which is more convenient that directly
using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags:
``` markdown title="Text with sub- und superscripts"
- H~2~0
- H~2~O
- A^T^A
```
<div class="result" markdown>
- H~2~0
- H~2~O
- A^T^A
</div>