mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Improve security: HSTS, Force SSL, CSP
This commit is contained in:
9
app/assets/javascripts/mathjax-config.js
Normal file
9
app/assets/javascripts/mathjax-config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.MathJax = {
|
||||
jax: ["input/TeX", "output/HTML-CSS"],
|
||||
tex2jax: {
|
||||
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
|
||||
displayMath: [ ["$$","$$"], ["\\[","\\]"] ],
|
||||
processEscapes: true
|
||||
},
|
||||
"HTML-CSS": { availableFonts: ["TeX"] }
|
||||
};
|
||||
Reference in New Issue
Block a user