mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
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
89f4cdb7e5
commit
23a403644c
3 changed files with 3992 additions and 715 deletions
4703
package-lock.json
generated
4703
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.15.0",
|
||||||
"@babel/runtime": "^7.15.3",
|
"@babel/runtime": "^7.15.3",
|
||||||
"@wekanteam/markdown-it-mermaid": "^0.5.1",
|
|
||||||
"ajv": "^8.8.2",
|
"ajv": "^8.8.2",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"bson": "^4.6.0",
|
"bson": "^4.6.0",
|
||||||
|
|
|
@ -7,7 +7,8 @@ var Markdown = require('markdown-it')({
|
||||||
breaks: true,
|
breaks: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
import markdownItMermaid from "@wekanteam/markdown-it-mermaid";
|
// How to fix Mermaid bug so it would work? https://github.com/wekan/wekan/issues/4251
|
||||||
|
//import markdownItMermaid from "@wekanteam/markdown-it-mermaid";
|
||||||
|
|
||||||
// Static URL Scheme Listing
|
// Static URL Scheme Listing
|
||||||
var urlschemes = [
|
var urlschemes = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue