diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index a12fb64e8..6b36e5a94 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -118,5 +118,9 @@ nav: - "What's new in Miller 6": "new-in-miller-6.md" markdown_extensions: -- toc: + - toc: permalink: true + - admonition + - pymdownx.details + - pymdownx.superfences +