diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-09-27 16:01:55 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-09-27 16:01:55 +0200 |
commit | 2f5fa30aadf1ae3394750b6b8a6b2492609d3f66 (patch) | |
tree | 211fa954672a0cf7b586e4b503752e212f43def1 /app/Resources/static | |
parent | ed59ec63aa81b74acd0f99793e552ab8cb144414 (diff) | |
download | wallabag-2f5fa30aadf1ae3394750b6b8a6b2492609d3f66.tar.gz wallabag-2f5fa30aadf1ae3394750b6b8a6b2492609d3f66.tar.zst wallabag-2f5fa30aadf1ae3394750b6b8a6b2492609d3f66.zip |
Added MathJax support
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/_global/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index 315fc0ad..88365270 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js | |||
@@ -5,6 +5,7 @@ import $ from 'jquery'; | |||
5 | import annotator from 'annotator'; | 5 | import annotator from 'annotator'; |
6 | 6 | ||
7 | import ClipboardJS from 'clipboard'; | 7 | import ClipboardJS from 'clipboard'; |
8 | import 'mathjax/es5/tex-svg'; | ||
8 | 9 | ||
9 | /* Fonts */ | 10 | /* Fonts */ |
10 | import 'material-design-icons-iconfont/dist/material-design-icons.css'; | 11 | import 'material-design-icons-iconfont/dist/material-design-icons.css'; |