Remove built-in latext output rendering in nb

This commit is contained in:
Don Jayamanne 2021-09-29 15:18:59 -07:00
parent e7ced68aa0
commit d2c7e3d06f
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@
"displayName": "Markdown it renderer",
"entrypoint": "./notebook-out/index.js",
"mimeTypes": [
"text/markdown",
"text/latex"
"text/markdown"
]
}
],