mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
d41c02eb9b
commit
bcba266bfb
@ -415,7 +415,7 @@ The following configuration options are supported:
|
||||
copying a code block to the clipboard. Thus, the usage of either `table`
|
||||
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:
|
||||
Default: `false` – If a code blocks contains line numbers, enabling this
|
||||
|
@ -68,11 +68,12 @@ The following configuration options are supported:
|
||||
|
||||
- `ar` – Arabic
|
||||
- `da` – Danish
|
||||
- `de` – German
|
||||
- `du` – Dutch
|
||||
- `en` – English
|
||||
- `es` – Spanish
|
||||
- `fi` – Finnish
|
||||
- `fr` – French
|
||||
- `de` – German
|
||||
- `hu` – Hungarian
|
||||
- `it` – Italian
|
||||
- `ja` – Japanese
|
||||
@ -80,7 +81,6 @@ The following configuration options are supported:
|
||||
- `pt` – Portuguese
|
||||
- `ro` – Romanian
|
||||
- `ru` – Russian
|
||||
- `es` – Spanish
|
||||
- `sv` – Swedish
|
||||
- `th` – Thai
|
||||
- `tr` – Turkish
|
||||
|
@ -117,8 +117,8 @@ extra:
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- abbr
|
||||
- admonition
|
||||
- attr_list
|
||||
- def_list
|
||||
- footnotes
|
||||
|
Loading…
Reference in New Issue
Block a user