ProseMark for VS Code — LaTeX (MathJax) integration
Companion extension that enables rendered math in the ProseMark editor for $...$ and $$...$$ using @prosemark/latex (dependent on MathJax from the mathjax npm package).
The documentation for the ProseMark libraries can be found at https://prosemark.com.
Features
Renders LaTeX using MathJax
Since parsing is done in the core extension, hybrid rules (based on LaTeX and Typst) are used to decide the render mode: double dollar signs ($$...$$) and dollar signs with padding ($ ... $) are rendered in display mode; single, unpadded dollar signs $...$ are rendered in inline mode.
How to use
Install ProseMark and this ProseMark - LaTeX math integration.
Open a .md file in ProseMark and fold math spans to see rendered output.
Extension settings
This extension does not contribute VS Code settings yet.