@@ -4,8 +4,8 @@ icon: material/format-font
44
55# Formatting
66
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,
99[ Critic Markup] is supported, adding the ability to display suggested changes
1010for a document.
1111
@@ -14,7 +14,7 @@ for a document.
1414## Configuration
1515
1616This 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
1818following lines to ` mkdocs.yml ` :
1919
2020``` yaml
@@ -28,9 +28,9 @@ markdown_extensions:
2828
2929See additional configuration options:
3030
31- - [Critic]
32- - [Caret, Mark & Tilde]
33- - [Keys]
31+ - [Critic]{ data-preview="" }
32+ - [Caret, Mark & Tilde]{ data-preview="" }
33+ - [Keys]{ data-preview="" }
3434
3535 [Critic]: ../setup/extensions/python-markdown-extensions.md#critic
3636 [Caret, Mark & Tilde]: ../setup/extensions/python-markdown-extensions.md#caret-mark-tilde
@@ -40,7 +40,7 @@ See additional configuration options:
4040
4141### Highlighting changes
4242
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
4444highlight suggested changes, as well as add inline comments to a document:
4545
4646` ` ` title="Text with suggested changes"
@@ -78,7 +78,7 @@ Text can be <del class="critic">deleted</del> and replacement text
7878
7979### Highlighting text
8080
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
8282syntax, which is more convenient that directly using the corresponding
8383[ ` mark ` ] [ mark ] , [ ` ins ` ] [ ins ] and [ ` del ` ] [ del ] HTML tags:
8484
@@ -102,7 +102,7 @@ syntax, which is more convenient that directly using the corresponding
102102
103103### Sub- and superscripts
104104
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
106106superscripted with a simple syntax, which is more convenient than directly
107107using the corresponding [ ` sub ` ] [ sub ] and [ ` sup ` ] [ sup ] HTML tags:
108108
0 commit comments