我使用美人鱼在基本降价文档中制作图表,我想将默认主题更改为中性主题。我使用 VSCode 和 Markdown 增强预览扩展。我试图更改 mermaid_config.js 文件添加"theme": "neutral"
. 不工作。
// config mermaid init call
// http://knsv.github.io/mermaid/#configuration
//
// You can edit the 'MERMAID_CONFIG' variable below.
MERMAID_CONFIG = {
startOnLoad: false,
"theme": "neutral"
}