Remove :emoji: support in markdown notebooks

We added this to test out the new markdown renderers. However I believe it makes more sense to ship this as an extension now
This commit is contained in:
Matt Bierner
2021-06-07 16:50:51 -07:00
parent 8a1265077d
commit 3b01e32ca6
4 changed files with 1 additions and 36 deletions

View File

@@ -29,14 +29,6 @@
"extends": "markdownItRenderer",
"path": "./notebook-out/katex.js"
}
},
{
"id": "markdownItRenderer-emoji",
"displayName": "Markdown it emoji renderer",
"entrypoint": {
"extends": "markdownItRenderer",
"path": "./notebook-out/emoji.js"
}
}
]
},
@@ -48,8 +40,7 @@
"devDependencies": {
"@iktakahiro/markdown-it-katex": "https://github.com/mjbvz/markdown-it-katex.git",
"@types/markdown-it": "^0.0.0",
"markdown-it": "^12.0.4",
"markdown-it-emoji": "^2.0.0"
"markdown-it": "^12.0.4"
},
"repository": {
"type": "git",