fix: mermaid rendering broken after rehype-pretty-code bump (closes #638)

This commit is contained in:
Jacky Zhao
2023-12-18 23:09:49 -08:00
parent 5152d32fbd
commit 443cd53a1a
6 changed files with 44 additions and 30 deletions

View File

@ -333,7 +333,7 @@ pre {
overflow-x: auto;
border: 1px solid var(--lightgray);
&:has(> code.mermaid) {
&.mermaid {
border: none;
}