mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Try to fix Mermaid Diagram error in Chrome: Maximum call stack size exceeded.
Thanks to xet7 !
This commit is contained in:
parent
5b4ea83044
commit
2573d325e6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Markdown.use(mathjax);
|
||||||
// https://www.npmjs.com/package/@wekanteam/markdown-it-mermaid
|
// https://www.npmjs.com/package/@wekanteam/markdown-it-mermaid
|
||||||
// https://github.com/wekan/markdown-it-mermaid
|
// https://github.com/wekan/markdown-it-mermaid
|
||||||
Markdown.use(markdownItMermaid,{
|
Markdown.use(markdownItMermaid,{
|
||||||
maxTextSize: 100000,
|
maxTextSize: 200000,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (Package.ui) {
|
if (Package.ui) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue