Add support for Mermaid. Resolves #1118. (#1834)

* Add Mermaid node package
* Add mermaid wiki setting and load mermaid conditionally
* Perform js error checks with mermaid active
* Precompile static assets
This commit is contained in:
Dawa Ometto
2022-09-13 12:00:49 +02:00
committed by GitHub
parent 22edcf7174
commit 5b02a864e6
24 changed files with 745 additions and 37 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
{
"dependencies": {
"mermaid": "^9.1.2",
"mousetrap": "^1.6.5"
},
"engines": {
"node" : ">=16.15.0"
"node": ">=16.15.0"
}
}