@vuepress/markdown
Advanced tools
Comparing version 1.0.0-alpha.30 to 1.0.0-alpha.31
@@ -46,3 +46,2 @@ // Replacing the default htmlBlock rule to allow using custom components at | ||
if (i === HTML_SEQUENCES.length) { | ||
console.log(lineText) | ||
return false | ||
@@ -49,0 +48,0 @@ } |
{ | ||
"name": "@vuepress/markdown", | ||
"version": "1.0.0-alpha.30", | ||
"version": "1.0.0-alpha.31", | ||
"description": "markdown for vuepress", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vuepress/shared-utils": "^1.0.0-alpha.30", | ||
"@vuepress/shared-utils": "^1.0.0-alpha.31", | ||
"markdown-it": "^8.4.1", | ||
@@ -43,3 +43,3 @@ "markdown-it-anchor": "^5.0.2", | ||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown#readme", | ||
"gitHead": "ffde326ee0104d998e9e583e2c785625ab37f1dc" | ||
"gitHead": "15941cf6a91b8de09f7336cb8399132b350acf36" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20129
505