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