vscode/extensions/markdown-math/syntaxes
aaronchucarroll a35380d6f0
Adds support for Github-style fenced math blocks in markdown editor and preview (#213750)
* added support for markdown fenced math blocks

* original markdownEngine.ts

* Add fenced math block rendering to markdown-math

* Update dependencies

* custom parser for fenced math blocks

* custom parser for fenced math blocks

* reverted changes to extension.ts

* reverted all changes from prior implementations

* proper fence grammar implementation for math

---------

Co-authored-by: Matt Bierner <matb@microsoft.com>
2024-07-12 04:51:37 +00:00
..
md-math-block.tmLanguage.json Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
md-math-fence.tmLanguage.json Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
md-math-inline.tmLanguage.json Fix wrong language scope in markdown inline math expression (#172957) 2023-02-01 06:44:37 -08:00
md-math.tmLanguage.json Corrected the regex to detect espaced percent symbol (#139437) 2022-01-05 12:13:29 -08:00