permalink installed

This commit is contained in:
misagh 2018-12-30 16:56:27 +01:00
parent 016522b151
commit 83b9732106
1 changed files with 21 additions and 5 deletions

View File

@ -20,4 +20,20 @@ markdown_extensions:
- codehilite: - codehilite:
guess_lang: false guess_lang: false
- toc: - toc:
permalink: false 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