support mermaid

This commit is contained in:
archer
2023-06-11 16:32:06 +08:00
parent d057d20c17
commit d0c3d60751
11 changed files with 914 additions and 119 deletions

View File

@@ -416,3 +416,12 @@
}
}
}
.mermaid {
overflow-x: auto;
svg {
height: auto !important;
width: auto;
}
}