mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Changed pymdownx.inline to pymdownx-inline (#2633)
Co-authored-by: r4c12 <r4c12_zn@163.com>
This commit is contained in:
parent
e3c3b71412
commit
26d00333b0
@ -91,18 +91,18 @@ configuring syntax highlighting of code blocks:
|
|||||||
: :octicons-milestone-24: Default: `table` – The Highlight extension provides
|
: :octicons-milestone-24: Default: `table` – The Highlight extension provides
|
||||||
three ways to add line numbers, all of which are supported by Material for
|
three ways to add line numbers, all of which are supported by Material for
|
||||||
MkDocs. While `table` wraps a code block in a table, `inline` and
|
MkDocs. While `table` wraps a code block in a table, `inline` and
|
||||||
`pymdownx.inline` render line numbers as part of the line itself:
|
`pymdownx-inline` render line numbers as part of the line itself:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
linenums_style: pymdownx.inline
|
linenums_style: pymdownx-inline
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `inline` will put line numbers next to the actual code, which
|
Note that `inline` will put line numbers next to the actual code, which
|
||||||
means that they will be included when selecting text with the cursor or
|
means that they will be included when selecting text with the cursor or
|
||||||
copying a code block to the clipboard. Thus, the usage of `table` or
|
copying a code block to the clipboard. Thus, the usage of `table` or
|
||||||
`pymdownx.inline` is recommended.
|
`pymdownx-inline` is recommended.
|
||||||
|
|
||||||
_Material for MkDocs doesn't provide official support for the other options of
|
_Material for MkDocs doesn't provide official support for the other options of
|
||||||
this extension, so they may be supported but might yield unexpected results.
|
this extension, so they may be supported but might yield unexpected results.
|
||||||
|
Loading…
Reference in New Issue
Block a user