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