Add extensions for later use.
This commit is contained in:
parent
87c0d0cbc7
commit
332dd061bb
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ markdown_extensions:
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- footnotes
|
||||||
|
- tables
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
nav:
|
nav:
|
||||||
- 'index.md'
|
- 'index.md'
|
||||||
- 'code_of_conduct.md'
|
- 'code_of_conduct.md'
|
||||||
|
|
Loading…
Reference in a new issue