From 83b9732106a159383ea4b837b94432d8ecbac69a Mon Sep 17 00:00:00 2001 From: misagh Date: Sun, 30 Dec 2018 16:56:27 +0100 Subject: [PATCH] permalink installed --- mkdocs.yml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) 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