Documentation

This commit is contained in:
squidfunk 2020-07-27 12:08:42 +02:00
parent 04bacbd101
commit 556dcc71c0

View File

@ -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