Docs: Use extensions to make markdown parsing more like GFM

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-01-13 17:53:57 +01:00
parent 512fc2a914
commit 1256eb3cd3
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 3 additions and 0 deletions

View file

@ -44,7 +44,9 @@ nav:
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- mdx_truly_sane_lists
theme:
name: 'material'
language: en

View file

@ -1,3 +1,4 @@
mkdocs==1.1.2
mkdocs-material==6.2.3
pymdown-extensions==8.1
mdx_truly_sane_lists==1.2