Skip to content

Commit 294d38e

Browse files
committed
Documentation
1 parent 6026738 commit 294d38e

File tree

14 files changed

+37
-35
lines changed

14 files changed

+37
-35
lines changed

docs/reference/admonitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ markdown_extensions:
2424
2525
See additional configuration options:
2626
27-
- [Admonition]
28-
- [Details]
29-
- [SuperFences]
27+
- [Admonition]{ data-preview="" }
28+
- [Details]{ data-preview="" }
29+
- [SuperFences]{ data-preview="" }
3030
3131
[Admonition]: ../setup/extensions/python-markdown.md#admonition
3232
[Details]: ../setup/extensions/python-markdown-extensions.md#details

docs/reference/annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ markdown_extensions:
2323
2424
See additional configuration options:
2525
26-
- [Attribute Lists]
27-
- [Markdown in HTML]
28-
- [SuperFences]
26+
- [Attribute Lists]{ data-preview="" }
27+
- [Markdown in HTML]{ data-preview="" }
28+
- [SuperFences]{ data-preview="" }
2929
3030
[Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists
3131
[Markdown in HTML]: ../setup/extensions/python-markdown.md#markdown-in-html

docs/reference/buttons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ markdown_extensions:
2121
2222
See additional configuration options:
2323
24-
- [Attribute Lists]
24+
- [Attribute Lists]{ data-preview="" }
2525
2626
[Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists
2727
@@ -44,7 +44,7 @@ In order to render a link as a button, suffix it with curly braces and add the
4444
</div>
4545

4646
[primary color]: ../setup/changing-the-colors.md#primary-color
47-
[accent color]: ../setup/changing-the-colors.md#accent-color
47+
[accent color]: ../setup/changing-the-colors.md#accent-color
4848
[Demo]: javascript:alert$.next("Demo")
4949

5050
### Adding primary buttons

docs/reference/code-blocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ JavaScript syntax highlighter.
3434
3535
See additional configuration options:
3636
37-
- [Highlight]
38-
- [InlineHilite]
39-
- [SuperFences]
40-
- [Snippets]
37+
- [Highlight]{ data-preview="" }
38+
- [InlineHilite]{ data-preview="" }
39+
- [SuperFences]{ data-preview="" }
40+
- [Snippets]{ data-preview="" }
4141
4242
[Highlight]: ../setup/extensions/python-markdown-extensions.md#highlight
4343
[InlineHilite]: ../setup/extensions/python-markdown-extensions.md#inlinehilite

docs/reference/content-tabs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ markdown_extensions:
2424
2525
See additional configuration options:
2626
27-
- [SuperFences]
28-
- [Tabbed]
27+
- [SuperFences]{ data-preview="" }
28+
- [Tabbed]{ data-preview="" }
2929
3030
[SuperFences]: ../setup/extensions/python-markdown-extensions.md#superfences
3131
[Tabbed]: ../setup/extensions/python-markdown-extensions.md#tabbed

docs/reference/data-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ markdown_extensions:
2424
2525
See additional configuration options:
2626
27-
- [Tables]
27+
- [Tables]{ data-preview="" }
2828
2929
[Tables]: ../setup/extensions/python-markdown.md#tables
3030

docs/reference/footnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ markdown_extensions:
2222
2323
See additional configuration options:
2424
25-
- [Footnotes]
25+
- [Footnotes]{ data-preview="" }
2626
2727
[Footnotes]: ../setup/extensions/python-markdown.md#footnotes
2828

docs/reference/formatting.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1010
for a document.
1111

@@ -14,7 +14,7 @@ for a document.
1414
## Configuration
1515

1616
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
1818
following lines to `mkdocs.yml`:
1919

2020
``` yaml
@@ -28,9 +28,9 @@ markdown_extensions:
2828
2929
See 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
4444
highlight 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
8282
syntax, 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
106106
superscripted with a simple syntax, which is more convenient than directly
107107
using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags:
108108

docs/reference/grids.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ markdown_extensions: # (1)!
2626
2727
See additional configuration options:
2828
29-
- [Attribute Lists]
30-
- [Markdown in HTML]
29+
- [Attribute Lists]{ data-preview="" }
30+
- [Markdown in HTML]{ data-preview="" }
3131
3232
[icons and emojis]: icons-emojis.md
3333
[configured separately]: icons-emojis.md#configuration

docs/reference/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ markdown_extensions:
2323
2424
See additional configuration options:
2525
26-
- [Attribute Lists]
27-
- [Markdown in HTML]
26+
- [Attribute Lists]{ data-preview="" }
27+
- [Markdown in HTML]{ data-preview="" }
2828
2929
[Attribute Lists]: ../setup/extensions/python-markdown.md#attribute-lists
3030
[Markdown in HTML]: ../setup/extensions/python-markdown.md#markdown-in-html

0 commit comments

Comments
 (0)