PlantUML integration

This commit is contained in:
Klemek
2019-06-23 13:48:28 +02:00
parent 35a7747d6d
commit 6dbc7f359b
12 changed files with 1878 additions and 15 deletions
+5 -1
View File
@@ -8,7 +8,8 @@
"rss": true,
"webhook": true,
"prism": true,
"mathjax": true
"mathjax": true,
"plantuml": true
},
"home": {
"index": "index.ejs",
@@ -47,5 +48,8 @@
"mathjax": {
"output_format": "svg",
"speak_text": true
},
"plantuml": {
"output_format": "svg"
}
}