Files
website/themes/hugo-theme-monochrome/assets/js/math.js
Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

12 lines
269 B
JavaScript

window.MathJax = {
tex: {
inlineMath: [['$', '$']],
displayMath: [['$$', '$$']],
processEscapes: true,
processEnvironments: true
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};