We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
在使用外部依赖引入mermaid后,图表无法正常显示文字
mermaid
<template> <md-editor v-model="text" autoDetectCode noIconfont :toolbars="toolbar" :style="{ height: height }"> </md-editor> </template> <script setup lang="ts"> ... import { config, MdEditor } from 'md-editor-v3'; import 'md-editor-v3/lib/style.css'; import mermaid from 'mermaid'; config({ // 替换扩展库 editorExtensions: { mermaid: { instance: mermaid } } ... }); ... </script>
node: v20.5.1 md-editor-v3: 4.20.2 mermaid: 11.2.1
No response
The text was updated successfully, but these errors were encountered:
mermaid@11存在问题,参考这个 mermaid-js/mermaid#5904 解决,等等mermaid官方修复。没有特殊要求的话,建议使用mermaid@10
mermaid@11
mermaid@10
Sorry, something went wrong.
原来是这样,我在mermaid的ieeues搜no text没搜到所以还以为是这边的问题(
No branches or pull requests
描述这个Bug
在使用外部依赖引入
mermaid
后,图表无法正常显示文字版本号
node: v20.5.1
md-editor-v3: 4.20.2
mermaid: 11.2.1
问题重现链接
No response
The text was updated successfully, but these errors were encountered: