mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
docs: mermaid graphs enabled
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
mjx-math {
|
mjx-math {
|
||||||
font-size: 85% !important;
|
font-size: 85% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mermaid {
|
||||||
|
text-align: center;
|
||||||
|
}
|
@@ -80,7 +80,11 @@ markdown_extensions:
|
|||||||
pygments_lang_class: true
|
pygments_lang_class: true
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences:
|
||||||
|
custom_fences:
|
||||||
|
- name: mermaid
|
||||||
|
class: mermaid
|
||||||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
|
Reference in New Issue
Block a user