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: markdown_extensions:
- toc: - toc:
permalink: true permalink: true
- pymdownx.highlight
- pymdownx.superfences - pymdownx.superfences
- mdx_truly_sane_lists
theme: theme:
name: 'material' name: 'material'
language: en language: en

View file

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