mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04: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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue