Replace markdown-named-headers with custom version

Fixes #47537

Use our own version of markdown named headers. This fixes some bugs around handling duplicate headers
This commit is contained in:
Matt Bierner
2018-10-08 16:04:47 -07:00
parent 7d95e3e5f9
commit 9e017425b3
3 changed files with 31 additions and 17 deletions

View File

@@ -308,7 +308,6 @@
"dependencies": {
"highlight.js": "9.12.0",
"markdown-it": "^8.4.1",
"markdown-it-named-headers": "0.0.4",
"vscode-extension-telemetry": "0.0.22",
"vscode-nls": "^4.0.0"
},