website/static/js/mathjax.js (15 lines of code) (raw):

window.MathJax = { tex2jax: { inlineMath: [['$', '$'], ['\\(', '\\)']], displayMath: [['$$', '$$'], ['\\[', '\\]']], processEscapes: true, processEnvironments: true, }, // Center justify equations in code and markdown cells. Note that this doesn't // work with Plotly though, hence the !important declaration below. displayAlign: 'center', 'HTML-CSS': { styles: { '.MathJax_Display': {margin: 0, 'text-align': 'center !important'}, }, linebreaks: {automatic: true}, }, };