mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation (#3930)
This commit is contained in:
parent
8a936fdb74
commit
0c555b2c9f
@ -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