We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c877ad6 + 33c5e5c commit 9f5d5eaCopy full SHA for 9f5d5ea
mkdocs.yml
@@ -109,7 +109,8 @@ markdown_extensions:
109
class: mermaid
110
format: !!python/name:pymdownx.superfences.fence_code_format ''
111
- pymdownx.betterem
112
-- pymdownx.highlight
+- pymdownx.highlight:
113
+ linenums: !ENV [LINENUMS, false]
114
- pymdownx.blocks.details
115
- pymdownx.blocks.admonition:
116
types:
scripts/docs-live.sh
@@ -4,4 +4,4 @@ set -e
4
5
export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"
6
7
-mkdocs serve --dev-addr 127.0.0.1:8008
+LINENUMS="true" mkdocs serve --dev-addr 127.0.0.1:8008
0 commit comments