mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-06 04:44:32 +00:00
Docs: Use extensions to make markdown parsing more like GFM
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
512fc2a914
commit
1256eb3cd3
2 changed files with 3 additions and 0 deletions
|
@ -44,7 +44,9 @@ nav:
|
|||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
- mdx_truly_sane_lists
|
||||
theme:
|
||||
name: 'material'
|
||||
language: en
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
mkdocs==1.1.2
|
||||
mkdocs-material==6.2.3
|
||||
pymdown-extensions==8.1
|
||||
mdx_truly_sane_lists==1.2
|
||||
|
|
Loading…
Reference in a new issue