Documentation

This commit is contained in:
squidfunk 2022-01-29 16:11:11 +01:00
parent d41c02eb9b
commit bcba266bfb
3 changed files with 4 additions and 4 deletions

View File

@ -415,7 +415,7 @@ The following configuration options are supported:
copying a code block to the clipboard. Thus, the usage of either `table` copying a code block to the clipboard. Thus, the usage of either `table`
or `pymdownx-inline` is recommended. or `pymdownx-inline` is recommended.
`anchor_linenums`{ #anchor-linenums } `anchor_linenums`{ #highlight-anchor-linenums }
: [:octicons-tag-24: 8.1.0][anchor_linenums support] · :octicons-milestone-24: : [:octicons-tag-24: 8.1.0][anchor_linenums support] · :octicons-milestone-24:
Default: `false` If a code blocks contains line numbers, enabling this Default: `false` If a code blocks contains line numbers, enabling this

View File

@ -68,11 +68,12 @@ The following configuration options are supported:
- `ar` Arabic - `ar` Arabic
- `da` Danish - `da` Danish
- `de` German
- `du` Dutch - `du` Dutch
- `en` English - `en` English
- `es` Spanish
- `fi` Finnish - `fi` Finnish
- `fr` French - `fr` French
- `de` German
- `hu` Hungarian - `hu` Hungarian
- `it` Italian - `it` Italian
- `ja` Japanese - `ja` Japanese
@ -80,7 +81,6 @@ The following configuration options are supported:
- `pt` Portuguese - `pt` Portuguese
- `ro` Romanian - `ro` Romanian
- `ru` Russian - `ru` Russian
- `es` Spanish
- `sv` Swedish - `sv` Swedish
- `th` Thai - `th` Thai
- `tr` Turkish - `tr` Turkish

View File

@ -117,8 +117,8 @@ extra:
# Extensions # Extensions
markdown_extensions: markdown_extensions:
- admonition
- abbr - abbr
- admonition
- attr_list - attr_list
- def_list - def_list
- footnotes - footnotes