From 556dcc71c0864adea9372ca529e1805885e872a6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 27 Jul 2020 12:08:42 +0200 Subject: [PATCH] Documentation --- docs/reference/formatting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/formatting.md b/docs/reference/formatting.md index 38e3365ee..9000d3701 100644 --- a/docs/reference/formatting.md +++ b/docs/reference/formatting.md @@ -149,21 +149,21 @@ tags on separate lines and adding new lines between the tags and the content. ### Highlighting text When the [Caret, Mark & Tilde][11] extensions are enabled, text can be -highlighted with a nicer syntax than using the corresponding `mark`, `del` and -`ins` HTML tags: +highlighted with a nicer syntax than using the corresponding `mark`, `ins` and +`del` HTML tags: _Example_: ``` markdown -* ^^This was inserted^^ * ==This was marked== +* ^^This was inserted^^ * ~~This was deleted~~ ``` _Result_: -* ^^This was inserted^^ * ==This was marked== +* ^^This was inserted^^ * ~~This was deleted~~ [11]: #caret-mark-tilde @@ -177,13 +177,13 @@ HTML tags: _Example_: ``` markdown -* A^T^A * H~2~0 +* A^T^A ``` _Result_: -* A^T^A * H~2~0 +* A^T^A [11]: #caret-mark-tilde