mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-12-02 19:17:21 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
2b0b237c9c
@ -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:
|
using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags:
|
||||||
|
|
||||||
``` markdown title="Text with sub- und superscripts"
|
``` markdown title="Text with sub- und superscripts"
|
||||||
- H~2~0
|
- H~2~O
|
||||||
- A^T^A
|
- A^T^A
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="result" markdown>
|
<div class="result" markdown>
|
||||||
|
|
||||||
- H~2~0
|
- H~2~O
|
||||||
- A^T^A
|
- A^T^A
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user