diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index 013915aef..056180197 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -19,10 +19,11 @@ following lines to `mkdocs.yml`: ``` yaml markdown_extensions: - - pymdownx.highlight + - pymdownx.highlight: + anchor_linenums: true - pymdownx.inlinehilite - - pymdownx.superfences - pymdownx.snippets + - pymdownx.superfences ``` The following sections discuss how to use different syntax highlighting features