Revert "Mkdocs"

This reverts commit 9374c4fce7.
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-22 17:42:32 +02:00
parent 571215db7c
commit 85837645bd
1 changed files with 32 additions and 0 deletions

View File

@ -84,6 +84,38 @@ plugins:
extra_css:
- css/hint.min.css
markdown_extensions:
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript: