Fix markdown-it-katex error (#202393)

This commit is contained in:
Matt Bierner
2024-01-12 18:46:08 -08:00
committed by GitHub
parent bb866cd345
commit afbec2027b
5 changed files with 12 additions and 8 deletions

View File

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