Files
omnivore/apple/OmnivoreKit/Sources/Views/Resources/mathJaxConfiguration.js
Satindar Dhillon 16b3095527 add mathjax script
2022-03-24 08:32:42 -07:00

9 lines
98 B
JavaScript

MathJax = {
tex: {
inlineMath: [
['$latex', '$'],
['\\(', '\\)'],
],
},
}