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>
This commit is contained in:
aaronchucarroll
2024-07-12 00:51:37 -04:00
committed by GitHub
parent 6d7dc0072b
commit a35380d6f0
5 changed files with 41 additions and 3 deletions

View File

@@ -441,4 +441,4 @@ function normalizeHighlightLang(lang: string | undefined) {
default:
return lang;
}
}
}