Skip to content

Commit f7d3690

Browse files
committed
feat: add support for mermaid diagrams
1 parent cbf04f1 commit f7d3690

3 files changed

Lines changed: 448 additions & 38 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@octokit/rest": "^20.0.2",
3232
"@orama/react-components": "^0.1.23",
3333
"@radix-ui/react-dropdown-menu": "^2.1.12",
34-
"@radix-ui/react-toast": "^1.2.2",
3534
"@radix-ui/react-select": "^2.2.2",
35+
"@radix-ui/react-toast": "^1.2.2",
3636
"@remix-run/node": "^2.8.1",
3737
"@sentry/react": "^8.35.0",
3838
"@sentry/vite-plugin": "^2.22.6",
@@ -69,6 +69,7 @@
6969
"marked": "^13.0.2",
7070
"marked-alert": "^2.0.1",
7171
"marked-gfm-heading-id": "^4.0.0",
72+
"mermaid": "^11.11.0",
7273
"qss": "^3.0.0",
7374
"react": "^19.0.0",
7475
"react-colorful": "^5.6.1",

0 commit comments

Comments
 (0)