From 460c54e12cae9e97389ae7f942477dcdec699c3a Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 10 Dec 2021 13:31:08 +0100 Subject: [PATCH] Documentation --- docs/reference/code-blocks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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