mirror of
https://github.com/wekan/wekan.git
synced 2026-01-24 02:06:10 +01:00
Removed Mermaid, because newest Mermaid does not work anymore.
Thanks to xet7 !
This commit is contained in:
parent
092b121c38
commit
67500abcd4
3 changed files with 105 additions and 536 deletions
|
|
@ -7,7 +7,7 @@ var Markdown = require('markdown-it')({
|
|||
breaks: true,
|
||||
});
|
||||
|
||||
import markdownItMermaid from "@wekanteam/markdown-it-mermaid";
|
||||
//import markdownItMermaid from "@wekanteam/markdown-it-mermaid";
|
||||
|
||||
// Static URL Scheme Listing
|
||||
var urlschemes = [
|
||||
|
|
@ -48,9 +48,9 @@ Markdown.use(mathjax);
|
|||
// https://github.com/wekan/cli-table3
|
||||
// https://www.npmjs.com/package/@wekanteam/markdown-it-mermaid
|
||||
// https://github.com/wekan/markdown-it-mermaid
|
||||
Markdown.use(markdownItMermaid,{
|
||||
maxTextSize: 200000,
|
||||
});
|
||||
//Markdown.use(markdownItMermaid,{
|
||||
// maxTextSize: 200000,
|
||||
//});
|
||||
|
||||
if (Package.ui) {
|
||||
const Template = Package.templating.Template;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue