summaryrefslogtreecommitdiff
path: root/public/js/mathjax-config-extra.js
blob: 54cee794bbbf50d96200be9c347d742e16000de0 (plain)
1
2
3
4
5
6
7
8
var MathJax = {
  messageStyle: 'none',
  skipStartupTypeset: true,
  tex2jax: {
    inlineMath: [['$', '$'], ['\\(', '\\)']],
    processEscapes: true
  }
}