mirror of https://github.com/microsoft/vscode.git
Remove built-in latext output rendering in nb
This commit is contained in:
parent
e7ced68aa0
commit
d2c7e3d06f
|
@ -47,8 +47,7 @@
|
|||
"displayName": "Markdown it renderer",
|
||||
"entrypoint": "./notebook-out/index.js",
|
||||
"mimeTypes": [
|
||||
"text/markdown",
|
||||
"text/latex"
|
||||
"text/markdown"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue