Add mermaid support (#857)

Closes #825


Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
nascosto
2022-07-12 16:16:18 -06:00
committed by GitHub
parent 3ca57e3b0d
commit 6907f06977
7 changed files with 137 additions and 0 deletions

View File

@@ -139,4 +139,11 @@ figure.highlight {
}
}
// Mermaid diagram code blocks should be left unstyled.
code.language-mermaid {
padding: 0;
background-color: inherit;
border: 0;
}
// {% endraw %}