terrylinooo / githuber-md

Markdown editor plugin for WordPress.
GNU General Public License v3.0
604 stars 88 forks source link

Fix mermaid.js can't use with prism.js #329

Closed Nyx1197 closed 9 months ago

Nyx1197 commented 11 months ago

Hi~ I fix some error when use mermaid.js with prism.js. You can verify by create article and write example code.

你好~ 我修复了 mermaid.js 无法与 prism.js 一起使用的问题, 包括一个js报错以及图表无法正常渲染. 你可以通过创建一个文章并输入示例代码来测试

example code is here, don't forgot delete / 示例代码如下, 测试的时候需要删除掉 /

title

/```mermaid flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]

/```

JavaScript Code Test

/```js var a = 1; var b = 2; return a + b;

/```

github-actions[bot] commented 9 months ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 14 days.