@lezer/markdown
Advanced tools
Changelog
0.15.2 (2021-11-08)
Fix a bug where an ordered list item after a nested bullet list would get treated as part of the bullet list item.
Changelog
0.15.1 (2021-10-11)
Fix a bug that caused endLeafBlock
configuration to be ignored by the parser.
Changelog
0.15.0 (2021-08-11)
The module name has changed from lezer-markdown
to @lezer/markdown
.
MarkdownParser
now extends Parser
and follows its interface.
The Markdown parser no longer has its own support for nested parsing (but can be wrapped with parseCode
to get a similar effect).
The new parseCode
function can be used to set up a mixed-language parser for Markdown.