mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Part 2: Temporarily remove Mermaid Diagram because even after updating to newest Mermaid it still has bug https://github.com/wekan/wekan/issues/4251
Thanks to xet7 !
This commit is contained in:
parent
c15c10de97
commit
998d2f5b44
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ for(var i=0; i<urlschemes.length;i++){
|
|||
|
||||
var emoji = require('markdown-it-emoji');
|
||||
Markdown.use(emoji);
|
||||
Markdown.use(markdownItMermaid);
|
||||
//Markdown.use(markdownItMermaid);
|
||||
|
||||
if (Package.ui) {
|
||||
const Template = Package.templating.Template;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue