This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog/themes/kiera/static/js/mathjax-config.js
2024-10-28 16:26:25 -05:00

10 lines
155 B
JavaScript

window.MathJax = {
tex: {
tags: "ams",
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};