Fix MathJax CSP issues

This commit is contained in:
Literallie 2017-10-18 19:37:55 +02:00
parent 080436aebb
commit 4238b9b3ef
No known key found for this signature in database
GPG key ID: 7BE463C902ED152C
5 changed files with 18 additions and 16 deletions

View file

@ -0,0 +1,8 @@
var MathJax = {
messageStyle: 'none',
skipStartupTypeset: true,
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
processEscapes: true
}
}