This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Description
Hi,
we are writing our doxygen documentation with markdown and mathjax.
However, the way formulas are treated by Doxygen differs from the way formulas are treated by markdown-preview-plus, as seen here
Would it be possible to add a configuration option to be able to switch between those two variants?
As a workaround I hacked in markdown-it-helper.coffee and changed
inlineOpen: '\\f$'
inlineClose: '\\f$'
blockOpen: '\\f['
blockClose: '\\f]'
which helps a bit, but for \f{eqnarray} it needs some more tweaking and I got lost.
Moreover, since we have already installed MathJax on a local server in the intranet, it would be a nice option to specify the URL to use this MathJax installation instead of downloading the mathjax-wrapper package.