vscode/extensions/markdown-math
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
..
notebook Enable rendering of math fenced code blocks (#219820) 2024-07-11 11:53:56 -07:00
preview-styles
src Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
syntaxes Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
.gitignore Scaffold out basic markdown language server (#154293) 2022-07-06 16:03:24 -07:00
.vscodeignore
cgmanifest.json
esbuild.js Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -07:00
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
package.json Adds support for Github-style fenced math blocks in markdown editor and preview (#213750) 2024-07-12 04:51:37 +00:00
package.nls.json Add macros entry to markdown-math configuration (#180458) 2023-06-20 23:31:26 +02:00
README.md
tsconfig.json
yarn.lock Enable rendering of math fenced code blocks (#219820) 2024-07-11 11:53:56 -07:00

Markdown Math

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Adds math rendering using KaTeX to VS Code's built-in markdown preview and markdown cells in notebooks.