diff --git a/apple/OmnivoreKit/Sources/Views/Resources/mathJaxConfiguration.js b/apple/OmnivoreKit/Sources/Views/Resources/mathJaxConfiguration.js new file mode 100644 index 000000000..98f92c9c2 --- /dev/null +++ b/apple/OmnivoreKit/Sources/Views/Resources/mathJaxConfiguration.js @@ -0,0 +1,8 @@ +MathJax = { + tex: { + inlineMath: [ + ['$latex', '$'], + ['\\(', '\\)'], + ], + }, +}