Skip to content

Commit fc7adcf

Browse files
authored
Merge pull request microsoft#134168 from DonJayamanne/removeBuiltInLatex
Remove built-in latext output rendering in nb
2 parents 96b160d + d2c7e3d commit fc7adcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/markdown-language-features/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"displayName": "Markdown it renderer",
4848
"entrypoint": "./notebook-out/index.js",
4949
"mimeTypes": [
50-
"text/markdown",
51-
"text/latex"
50+
"text/markdown"
5251
]
5352
}
5453
],

0 commit comments

Comments
 (0)