Joshua Eckels
Results
1
issues of
Joshua Eckels
# Background: Users of the `pymdownx.arithmatex` extension are used to the following mathjax configuration: ``` window.MathJax = { tex: { inlineMath: [["\\(", "\\)"]], displayMath: [["\\[", "\\]"]], processEscapes: true, processEnvironments: true...