mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
04bacbd101
commit
556dcc71c0
@ -149,21 +149,21 @@ tags on separate lines and adding new lines between the tags and the content.
|
|||||||
### Highlighting text
|
### Highlighting text
|
||||||
|
|
||||||
When the [Caret, Mark & Tilde][11] extensions are enabled, text can be
|
When the [Caret, Mark & Tilde][11] extensions are enabled, text can be
|
||||||
highlighted with a nicer syntax than using the corresponding `mark`, `del` and
|
highlighted with a nicer syntax than using the corresponding `mark`, `ins` and
|
||||||
`ins` HTML tags:
|
`del` HTML tags:
|
||||||
|
|
||||||
_Example_:
|
_Example_:
|
||||||
|
|
||||||
``` markdown
|
``` markdown
|
||||||
* ^^This was inserted^^
|
|
||||||
* ==This was marked==
|
* ==This was marked==
|
||||||
|
* ^^This was inserted^^
|
||||||
* ~~This was deleted~~
|
* ~~This was deleted~~
|
||||||
```
|
```
|
||||||
|
|
||||||
_Result_:
|
_Result_:
|
||||||
|
|
||||||
* ^^This was inserted^^
|
|
||||||
* ==This was marked==
|
* ==This was marked==
|
||||||
|
* ^^This was inserted^^
|
||||||
* ~~This was deleted~~
|
* ~~This was deleted~~
|
||||||
|
|
||||||
[11]: #caret-mark-tilde
|
[11]: #caret-mark-tilde
|
||||||
@ -177,13 +177,13 @@ HTML tags:
|
|||||||
_Example_:
|
_Example_:
|
||||||
|
|
||||||
``` markdown
|
``` markdown
|
||||||
* A^T^A
|
|
||||||
* H~2~0
|
* H~2~0
|
||||||
|
* A^T^A
|
||||||
```
|
```
|
||||||
|
|
||||||
_Result_:
|
_Result_:
|
||||||
|
|
||||||
* A^T^A
|
|
||||||
* H~2~0
|
* H~2~0
|
||||||
|
* A^T^A
|
||||||
|
|
||||||
[11]: #caret-mark-tilde
|
[11]: #caret-mark-tilde
|
||||||
|
Loading…
Reference in New Issue
Block a user