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

[Question / Issue] Math Block delimiters - VS Code #1925

Open
biz-ops-dev opened this issue Jan 21, 2024 · 0 comments
Open

[Question / Issue] Math Block delimiters - VS Code #1925

biz-ops-dev opened this issue Jan 21, 2024 · 0 comments

Comments

@biz-ops-dev
Copy link

I am attempting to make my math block delimiters accept "{math}" in addition to "math" which it currently accepts. Here are my modified configuration settings:

"markdown-preview-enhanced.mathBlockDelimiters": [


    [
        "$$",
        "$$"
    ],
    [
        "\\[",
        "\\]"
    ],
    [
        "```{math}",
        "```"
    ],
],
  1. Does anybody know why this is not working? I have tried many variations
  2. Why does "```math" render properly, even if it is not set as a delimiter in my settings

Thanks

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

1 participant