mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-05-29 11:32:22 -04:00
Documentation
This commit is contained in:
@@ -399,9 +399,9 @@ The following configuration options are supported:
|
||||
`linenums_style`{ #highlight-linenums-style }
|
||||
|
||||
: :octicons-milestone-24: Default: `table` – The [Highlight] extension
|
||||
provides 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 `pymdownx-inline` render line numbers as part of the line itself:
|
||||
provides three ways to add line numbers, two of which are supported by
|
||||
Material for MkDocs. While `table` wraps a code block in a `<table>`
|
||||
element, `pymdownx-inline` renders line numbers as part of the line itself:
|
||||
|
||||
``` yaml
|
||||
markdown_extensions:
|
||||
|
||||
Reference in New Issue
Block a user