mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 11:55:00 +00:00
made admonition work
This commit is contained in:
33
mkdocs.yml
33
mkdocs.yml
@@ -34,17 +34,22 @@ plugins:
|
|||||||
modules: [mkdocs_macros_mdocotion]
|
modules: [mkdocs_macros_mdocotion]
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- attr_list
|
- attr_list
|
||||||
- md_in_html
|
- admonition
|
||||||
- fenced_code
|
- pymdownx.details
|
||||||
- pymdownx.highlight:
|
- pymdownx.superfences
|
||||||
linenums: true
|
- md_in_html
|
||||||
use_pygments: true
|
- fenced_code
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.highlight:
|
||||||
- pymdownx.snippets
|
linenums: true
|
||||||
- pymdownx.tabbed
|
use_pygments: true
|
||||||
- pymdownx.superfences:
|
- pymdownx.inlinehilite
|
||||||
custom_fences:
|
- pymdownx.snippets
|
||||||
- name: mermaid
|
- pymdownx.superfences:
|
||||||
class: mermaid
|
custom_fences:
|
||||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
- name: mermaid
|
||||||
|
class: mermaid
|
||||||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
- pymdownx.details
|
||||||
|
Reference in New Issue
Block a user