@codemirror/lang-markdown
Advanced tools
Changelog
0.17.2 (2021-02-10)
Fix a bug where insertNewlineContinueMarkup
would sometimes duplicate bits of content.
The package now exports both a commonmarkLanguage
, with just plain CommonMark, and a markdownLanguage
, with GFM and some other extensions enabled.
It is now possible to pass lezer-markdown extensions to the markdown
function to configure the parser.