feat: add Mermaid diagram support (#370)

This commit is contained in:
Óscar
2024-08-28 14:56:30 +02:00
committed by GitHub
parent 13d305ac1a
commit a7e78b29ab
25 changed files with 2437 additions and 19 deletions

View File

@@ -238,3 +238,11 @@ details summary {
display: inline-block;
transform: rotate(270deg);
}
.mermaid p {
font-family: var(--sans-serif-font) !important;
}
.mermaid .node .label {
max-width: none !important;
}