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
We use md4c to process markdown with LaTeX formulas which is fed to MathJax, which prefers $ or \( directly. I have a working implementation https://github.com/acmepjz/md4lean which added two options MD_HTML_FLAG_MATHJAX and MD_HTML_FLAG_MATHJAX_USE_DOLLAR to HTML output. Do you think it's a good feature to be added? If yes, I can create a PR for it.
The text was updated successfully, but these errors were encountered:
We use
md4c
to process markdown with LaTeX formulas which is fed to MathJax, which prefers$
or\(
directly. I have a working implementation https://github.com/acmepjz/md4lean which added two optionsMD_HTML_FLAG_MATHJAX
andMD_HTML_FLAG_MATHJAX_USE_DOLLAR
to HTML output. Do you think it's a good feature to be added? If yes, I can create a PR for it.The text was updated successfully, but these errors were encountered: