Update id of markdown-it renderer (#153876)

Fixes #153873
This commit is contained in:
Matt Bierner
2022-06-30 16:19:49 -07:00
committed by GitHub
parent cec6f8de88
commit 0b3574dcef
3 changed files with 5 additions and 5 deletions

View File

@@ -58,10 +58,10 @@
],
"notebookRenderer": [
{
"id": "markdownItRenderer-katex",
"id": "vscode.markdown-it-katex-extension",
"displayName": "Markdown it KaTeX renderer",
"entrypoint": {
"extends": "markdownItRenderer",
"extends": "vscode.markdown-it-renderer",
"path": "./notebook-out/katex.js"
}
}