From 6f034744625a2a563f9dc3a43c5984f93d575a7f Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 24 Apr 2022 15:30:50 +0200 Subject: [PATCH] first commit --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 761852f..1026099 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,7 +51,9 @@ markdown_extensions: toc_depth: 4 - pymdownx.highlight: # code highlighting linenums: true + anchor_linenums: true - pymdownx.tabbed # enables tabs for embedded blocks + - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences # allows for the nesting of code blocks inside other blocks - pymdownx.keys