Add extensions for later use.

This commit is contained in:
Subnet_Masked 2023-10-20 23:55:58 -04:00
parent 87c0d0cbc7
commit 332dd061bb

View file

@ -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'