Files
hugo-theme-chirpy/assets/js/mathjax.js
2025-04-27 11:35:06 +08:00

15 lines
256 B
JavaScript

document.addEventListener('DOMContentLoaded', () => {
MathJax = {
tex: {
inlineMath: [
['$', '$'],
['\\(', '\\)']
],
displayMath: [
['$$', '$$'],
['\\[', '\\]']
],
tags: 'ams'
}
};
});