Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/config/default/mermaid.json')
-rw-r--r--data/config/default/mermaid.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/config/default/mermaid.json b/data/config/default/mermaid.json
new file mode 100644
index 0000000..ce8719e
--- /dev/null
+++ b/data/config/default/mermaid.json
@@ -0,0 +1,6 @@
+{
+ "library": {
+ "path": "https://unpkg.com/mermaid/dist/mermaid.min.js"
+ },
+ "config": {}
+}