> Markdown has no direct business with Mathjax, so introducing Mathjax
> components in "ox-md.el" sounds wrong to me. "ox-md.el" doesn't even
> have any math-related function (it lets "ox-html.el" take care of LaTeX
> fragments and environments).
OK.
> Since it is a specific requirement, you may
Hello,
Thibault Marin writes:
> The attached patch is my first attempt at this. It is almost identical
> to the ox-html version. I have added an option to select which mode to
> use (markdown or MathJax).
Thank you.
> Could this patch be considered for a merge? Please let know if there
> ar
Hi list,
Similar to a change introduced recently to ox-html (ba6c0f1ea9), I'd
like to be able to export (in markdown, using ox-md.el) links to LaTeX
equations with "\eqref{org000}" and rely on MathJax for rendering
instead of the default markdown format ("[description][#org000]").
The at