@@ -4,8 +4,8 @@ icon: material/format-font
4
4
5
5
# Formatting
6
6
7
- Material for MkDocs provides support for several HTML elements that can be used
8
- to highlight sections of a document or apply specific formatting. Additionally,
7
+ Material for MkDocs provides support for several HTML elements that can be used
8
+ to highlight sections of a document or apply specific formatting. Additionally,
9
9
[ Critic Markup] is supported, adding the ability to display suggested changes
10
10
for a document.
11
11
@@ -14,7 +14,7 @@ for a document.
14
14
## Configuration
15
15
16
16
This configuration enables support for keyboard keys, tracking changes in
17
- documents, defining sub- and superscript and highlighting text. Add the
17
+ documents, defining sub- and superscript and highlighting text. Add the
18
18
following lines to ` mkdocs.yml ` :
19
19
20
20
``` yaml
@@ -28,9 +28,9 @@ markdown_extensions:
28
28
29
29
See additional configuration options:
30
30
31
- - [Critic]
32
- - [Caret, Mark & Tilde]
33
- - [Keys]
31
+ - [Critic]{ data-preview="" }
32
+ - [Caret, Mark & Tilde]{ data-preview="" }
33
+ - [Keys]{ data-preview="" }
34
34
35
35
[Critic]: ../setup/extensions/python-markdown-extensions.md#critic
36
36
[Caret, Mark & Tilde]: ../setup/extensions/python-markdown-extensions.md#caret-mark-tilde
@@ -40,7 +40,7 @@ See additional configuration options:
40
40
41
41
### Highlighting changes
42
42
43
- When [Critic] is enabled, [Critic Markup] can be used, which adds the ability to
43
+ When [Critic] is enabled, [Critic Markup] can be used, which adds the ability to
44
44
highlight suggested changes, as well as add inline comments to a document:
45
45
46
46
` ` ` title="Text with suggested changes"
@@ -78,7 +78,7 @@ Text can be <del class="critic">deleted</del> and replacement text
78
78
79
79
### Highlighting text
80
80
81
- When [ Caret, Mark & Tilde] are enabled, text can be highlighted with a simple
81
+ When [ Caret, Mark & Tilde] are enabled, text can be highlighted with a simple
82
82
syntax, which is more convenient that directly using the corresponding
83
83
[ ` mark ` ] [ mark ] , [ ` ins ` ] [ ins ] and [ ` del ` ] [ del ] HTML tags:
84
84
@@ -102,7 +102,7 @@ syntax, which is more convenient that directly using the corresponding
102
102
103
103
### Sub- and superscripts
104
104
105
- When [ Caret & Tilde] [ Caret, Mark & Tilde ] are enabled, text can be sub- and
105
+ When [ Caret & Tilde] [ Caret, Mark & Tilde ] are enabled, text can be sub- and
106
106
superscripted with a simple syntax, which is more convenient than directly
107
107
using the corresponding [ ` sub ` ] [ sub ] and [ ` sup ` ] [ sup ] HTML tags:
108
108
0 commit comments