mkdocs.yml: enable mermaid.js extension

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
Michał Kopeć
2023-09-27 12:59:30 +02:00
parent 913fdd45ef
commit b246df94d3
+5
View File
@@ -43,6 +43,11 @@ markdown_extensions:
toc_depth: 2
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
plugins: