Initial checklist
Problem
I used the latex formula when writing a blog in VScode, but mdx didn't have the corresponding support, so I searched for issues on GitHub and found [Issue#504] (#504 added remark-math , but the same problem as Issue#504 still exists; I make sure I'm using the latest version of the plugin
I'm wondering if mdx treats latex's {} as JS, maybe we could add $..$ syntax and treat the content as a formula and skip the JS syntax check of the content
Current solutions
Maybe no existing solutions right now
Proposed solutions
Add $..$ syntax to treat formula
Initial checklist
Problem
I used the latex formula when writing a blog in VScode, but mdx didn't have the corresponding support, so I searched for issues on GitHub and found [Issue#504] (#504 added remark-math , but the same problem as Issue#504 still exists; I make sure I'm using the latest version of the plugin
I'm wondering if mdx treats latex's
{}as JS, maybe we could add$..$syntax and treat the content as a formula and skip the JS syntax check of the contentCurrent solutions
Maybe no existing solutions right now
Proposed solutions
Add
$..$syntax to treat formula