feat: support mermaid

feat: codeblock highlight

feat: dark mode for highlight

feat: copy button for code block

feat: support katex math rendering
This commit is contained in:
Xin
2023-07-30 22:18:28 +01:00
parent e99f44319a
commit e71887d00e
12 changed files with 392 additions and 40 deletions

View File

@ -3,6 +3,7 @@
@tailwind utilities;
@import "typography.css";
@import "highlight.css";
@import "components/cards.css";
@import "components/steps.css";