@lezer/markdown
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## 1.4.3 (2025-04-27) | ||
| ### Bug fixes | ||
| Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end. | ||
| ## 1.4.2 (2025-02-24) | ||
@@ -2,0 +8,0 @@ |
+1
-1
| { | ||
| "name": "@lezer/markdown", | ||
| "version": "1.4.2", | ||
| "version": "1.4.3", | ||
| "description": "Incremental Markdown parser that consumes and emits Lezer trees", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
+1
-1
@@ -40,3 +40,3 @@ import {SyntaxNode, Parser, Input, parseMixed, SyntaxNodeRef} from "@lezer/common" | ||
| return {parser, overlay: node => node.type.id == Type.CodeText} | ||
| } else if (htmlParser && (id == Type.HTMLBlock || id == Type.HTMLTag)) { | ||
| } else if (htmlParser && (id == Type.HTMLBlock || id == Type.HTMLTag || id == Type.CommentBlock)) { | ||
| return {parser: htmlParser, overlay: leftOverSpace(node.node, node.from, node.to)} | ||
@@ -43,0 +43,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
443939
0.05%