Skip to content

Support Doxygen formula delimiters #28

@arwedus

Description

@arwedus

Summary

Support Doxygen formula delimiter syntax.

Expected behavior

Add the following syntax option:

name: "doxygen"
inline formula: \f$...\f$
block formula: \f[ ... \f]

The "environment style" \f{env}{...\f} does not need to be supported at the moment.

Actual behavior

Currently the style of Doxygen is not supported. This is too bad, because Markdown documents can be parsed by Doxygen with Doxygen's advanced syntax.

Code example

The formula \f$v_{x} = 0\f$ shall be shown rendered by Katex in the VS code preview.

\f[
1 + 1 = 2
\f]

Related links

Environment

     Operating system: ___
       VSCode version: ___
Markdown+Math version: ___

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions