Fix MathJax CSP issues

This commit is contained in:
Literallie
2017-10-18 19:37:55 +02:00
parent 080436aebb
commit 4238b9b3ef
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
}
}