Merge pull request #133464 from DonJayamanne/textLatex

This commit is contained in:
Don Jayamanne
2021-09-23 15:13:16 -07:00
committed by GitHub
8 changed files with 14 additions and 6 deletions

View File

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