You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MathJax support for rendering mathematical equations in documentation
- Add pymdownx.arithmatex extension to enable LaTeX-style math processing
- Include MathJax 3 CDN scripts for client-side equation rendering
- Update r.gwflow.md as example with properly formatted LaTeX equations
This enables proper rendering of mathematical equations in MkDocs
documentation using standard LaTeX syntax ($...$ for inline,
$$...$$ for display equations). Fixes issue where equations
were not rendering correctly in documentation pages.
0 commit comments