lys-markdown-parser
Advanced tools
Comparing version 3.12.0 to 3.13.1
{ | ||
"name": "lys-markdown-parser", | ||
"version": "3.12.0", | ||
"version": "3.13.1", | ||
"description": "js markdown parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -240,3 +240,3 @@ import { createAstNode } from './createAstNode.js'; | ||
root.push(node); | ||
index += matchTokens.length; | ||
index += matchTokens.length + 1; // 不渲染尾部空白行 | ||
}) | ||
@@ -243,0 +243,0 @@ ) { |
@@ -91,2 +91,3 @@ /** | ||
ele.href = node.href; | ||
ele.referrerPolicy = 'no-referrer'; // 禁止外联追踪原始地址 | ||
ele.target = '_blank'; | ||
@@ -93,0 +94,0 @@ break; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
7695
317111
36