MathJax support

This commit is contained in:
Klemek
2019-06-22 13:48:08 +02:00
parent def326676c
commit 9d3c1d0847
7 changed files with 292 additions and 220 deletions
+6 -1
View File
@@ -7,7 +7,8 @@
"modules": {
"rss": true,
"webhook": true,
"prism": true
"prism": true,
"mathjax": true
},
"home": {
"index": "index.ejs",
@@ -42,5 +43,9 @@
"tasklists": true,
"openLinksInNewWindow": true,
"emoji": true
},
"mathjax": {
"output_format": "svg",
"speak_text": true
}
}