1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2022-05-22 10:24:28 +02:00
commit 2b0b237c9c

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>