mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation (#7092)
This commit is contained in:
parent
5d29ddcf6e
commit
dca9c27417
@ -83,16 +83,16 @@ syntax, which is more convenient that directly using the corresponding
|
|||||||
[`mark`][mark], [`ins`][ins] and [`del`][del] HTML tags:
|
[`mark`][mark], [`ins`][ins] and [`del`][del] HTML tags:
|
||||||
|
|
||||||
``` title="Text with highlighting"
|
``` title="Text with highlighting"
|
||||||
- ==This was marked==
|
- ==This was marked (highlight)==
|
||||||
- ^^This was inserted^^
|
- ^^This was inserted (underline)^^
|
||||||
- ~~This was deleted~~
|
- ~~This was deleted (strikethrough)~~
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="result" markdown>
|
<div class="result" markdown>
|
||||||
|
|
||||||
- ==This was marked==
|
- ==This was marked (highlight)==
|
||||||
- ^^This was inserted^^
|
- ^^This was inserted (underline)^^
|
||||||
- ~~This was deleted~~
|
- ~~This was deleted (strikethrough)~~
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user