diff --git a/mkdocs.yml b/mkdocs.yml index 7d3ed3366..ae66d098b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,8 +16,24 @@ theme: primary: 'blue grey' accent: 'tear' markdown_extensions: - - admonition - - codehilite: - guess_lang: false - - toc: - permalink: false \ No newline at end of file + - admonition + - codehilite: + guess_lang: false + - toc: + permalink: true + - pymdownx.arithmatex + - pymdownx.betterem: + smart_enable: all + - pymdownx.caret + - pymdownx.critic + - pymdownx.details + - pymdownx.emoji: + emoji_generator: !!python/name:pymdownx.emoji.to_svg + - pymdownx.inlinehilite + - pymdownx.magiclink + - pymdownx.mark + - pymdownx.smartsymbols + - pymdownx.superfences + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.tilde \ No newline at end of file