Initial support for syntax highlighting md code blocks in notebooks

For #136693
This commit is contained in:
Matt Bierner
2021-11-08 11:59:44 -08:00
parent 0a8e75411e
commit 5e6d0e1cbb
5 changed files with 108 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
"outDir": "./dist/",
"jsx": "react",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"module": "es2020",
"lib": [
"es2018",