Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Doxygen formula delimiters #28

Closed
arwedus opened this issue Sep 3, 2020 · 1 comment
Closed

Support Doxygen formula delimiters #28

arwedus opened this issue Sep 3, 2020 · 1 comment

Comments

@arwedus
Copy link

arwedus commented Sep 3, 2020

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: ___
@goessner goessner transferred this issue from goessner/mdmath Jun 2, 2021
@goessner goessner closed this as completed Jun 2, 2021
@arwedus
Copy link
Author

arwedus commented Jun 5, 2021

Has this feature been added with a newer release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants