omnivore/packages/web/public/static/scripts/mathJaxConfiguration.js

9 lines
98 B
JavaScript
Raw Normal View History

2022-02-11 17:24:33 +00:00
MathJax = {
tex: {
inlineMath: [
['$latex', '$'],
['\\(', '\\)'],
],
},
}