docs: add target blank for all links (#5073)

This commit is contained in:
neverland
2019-11-21 17:58:01 +08:00
committed by GitHub
parent 3bcb4e7716
commit 4e5bc170e1
7 changed files with 177 additions and 120 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/markdown-loader",
"version": "2.2.0",
"version": "2.3.0",
"description": "Simple and fast vue markdown loader",
"main": "src/index.js",
"publishConfig": {
@@ -10,10 +10,10 @@
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-markdown-loader",
"dependencies": {
"front-matter": "^3.0.2",
"highlight.js": "^9.15.6",
"highlight.js": "^9.16.2",
"loader-utils": "^1.2.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.4",
"transliteration": "^2.1.4"
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"transliteration": "^2.1.7"
}
}