-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
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
Labels
No labels