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