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

Enhancement: Mathjax format for Doxygen #125

@Aeon512

Description

@Aeon512

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions