Skip to content

Commit fed5fc4

Browse files
authored
⚒️ feat: mermaid toolkit (#55)
1 parent 8e6309d commit fed5fc4

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/pdsuwwz/chatgpt-vue3-light-mvp/issues"
2828
},
2929
"dependencies": {
30-
"@nzoth/markdown-it-mermaid-sse": "^0.0.1",
30+
"@nzoth/toolkit": "^0.0.3",
3131
"@vueuse/core": "^13.0.0",
3232
"axios": "1.8.4",
3333
"dompurify": "^3.2.4",

pnpm-lock.yaml

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/MarkdownPreview/plugins/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
markdownItMermaidPlugin,
1414
renderMermaidSSE,
1515
transformMermaid
16-
} from '@nzoth/markdown-it-mermaid-sse'
16+
} from '@nzoth/toolkit'
1717

1818
const md = new MarkdownIt({
1919
html: true,

0 commit comments

Comments
 (0)