🔧 Show line numbers in docs during local development (#714)
🔧 Show line numbers during local development
This commit is contained in:
parent
2b0dfb50c8
commit
33c5e5c98d
@ -109,7 +109,8 @@ markdown_extensions:
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format ''
|
||||
- pymdownx.betterem
|
||||
- pymdownx.highlight
|
||||
- pymdownx.highlight:
|
||||
linenums: !ENV [LINENUMS, false]
|
||||
- pymdownx.blocks.details
|
||||
- pymdownx.blocks.admonition:
|
||||
types:
|
||||
|
@ -4,4 +4,4 @@ set -e
|
||||
|
||||
export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"
|
||||
|
||||
mkdocs serve --dev-addr 127.0.0.1:8008
|
||||
LINENUMS="true" mkdocs serve --dev-addr 127.0.0.1:8008
|
||||
|
Loading…
x
Reference in New Issue
Block a user