diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-09-27 17:08:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 17:08:20 +0200 |
commit | 14b73c6a1e1d465119cb5770a7e9948cd017d1cb (patch) | |
tree | 86b074a314e20d81fe7afbb462a80a1c2685d31d /app/Resources/static | |
parent | 819269f0f23c4994023abbf34054fb9f6ac81300 (diff) | |
parent | 088804537e7870ba7c376fcd61f63b7755535376 (diff) | |
download | wallabag-14b73c6a1e1d465119cb5770a7e9948cd017d1cb.tar.gz wallabag-14b73c6a1e1d465119cb5770a7e9948cd017d1cb.tar.zst wallabag-14b73c6a1e1d465119cb5770a7e9948cd017d1cb.zip |
Merge pull request #4128 from wallabag/add-mathjax
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'; |