@codemirror/lang-markdown
Advanced tools
Changelog
6.0.5 (2022-11-10)
Make sure task lists are indented correctly even when deeply nested.
Changelog
6.0.4 (2022-11-02)
Fix an issue where nested task lists were indented too deeply.
Changelog
6.0.2 (2022-10-10)
Improve insertNewlineContinueMarkup
's behavior in a fenced code block.
Changelog
6.0.1 (2022-07-25)
Ignore text after whitespace in code block metadata, when determining which language the block is.
Changelog
0.20.1 (2022-05-20)
The codeLanguages
option to markdown
may now be a function from an info string to a language.
Changelog
0.20.0 (2022-04-20)
insertNewlineContinueMarkup
can now continue task lists. Move highlighting information into @lezer/markdown
Changelog
0.19.6 (2022-02-04)
Fix an issue where deleteMarkupBackward
could get confused when there was only whitespace between the cursor and the start of the line.