Enable rendering of math fenced code blocks (#219820)

Fixes #174731
This commit is contained in:
Matt Bierner
2024-07-11 11:53:56 -07:00
committed by GitHub
parent a6d87c9655
commit cef334b38c
4 changed files with 12 additions and 7 deletions

View File

@@ -99,7 +99,7 @@
"build-notebook": "node ./esbuild"
},
"dependencies": {
"@vscode/markdown-it-katex": "^1.0.3"
"@vscode/markdown-it-katex": "^1.1.0"
},
"devDependencies": {
"@types/markdown-it": "^0.0.0",