We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f0aa0 commit 8d4523bCopy full SHA for 8d4523b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.4.3 (2025-04-27)
2
+
3
+### Bug fixes
4
5
+Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end.
6
7
## 1.4.2 (2025-02-24)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/markdown",
- "version": "1.4.2",
+ "version": "1.4.3",
"description": "Incremental Markdown parser that consumes and emits Lezer trees",
"main": "dist/index.cjs",
"type": "module",
0 commit comments