@lezer/markdown
Advanced tools
Changelog
1.0.4 (2023-06-29)
Fix another bug in incremental parsing across input gaps.
Changelog
1.0.3 (2023-06-22)
Only parse list items as tasks when there is whitespace after the checkbox brackets. Remove an unnecessary regexp operator
Fix a crash doing an incremental parse on input ranges with gaps between them.
Changelog
1.0.2 (2022-09-21)
In the stikethrough extension, ignore opening marks with a space after and closing marks with a space before them.
Changelog
1.0.1 (2022-06-29)
Fix a crash that could occur when there were gaps in the parseable ranges right at the start of a line.
Changelog
0.16.1 (2022-05-20)
Fix a bug that prevented style tags from built-in extensions from being applied.
Changelog
0.16.0 (2022-04-20)
This package now attached highlighting information to its syntax tree.
It is now possible to include highlighting information when defining nodes in extensions via NodeSpec.style
.
Changelog
0.15.6 (2022-03-18)
Fix a bug where GFM tables occurring directly below a paragraph weren't recognized.
Changelog
0.15.5 (2022-02-18)
The BlockContext
type now has a depth
property providing the amount of parent nodes, and a parentType
method allowing code to inspect the type of those nodes.