@codemirror/lang-markdown
Advanced tools
Changelog
0.19.5 (2022-01-28)
Make insertNewlineContinueMarkup
exit blockquotes after two blank lines.
Changelog
0.19.4 (2022-01-03)
Fix a bug where list items after a removed item were incorrectly renumbered.
Changelog
0.19.3 (2021-12-10)
insertNewlineContinueMarkup
will no longer exit lists when there is content after the cursor.
Fix an issue in deleteMarkupBackward
where it only deleted a single space when after a number marker.
Changelog
0.19.2 (2021-10-20)
Fix a bug where the monospace highlighting tag wasn't correctly applied to code block content.
Changelog
0.18.4 (2021-06-16)
Fix a case where deleteMarkupBackward
would return true without actually having an effect.
Changelog
0.18.3 (2021-05-19)
insertNewlineContinueMarkup
will not continue moving list markers down when they are after an empty line anymore.
Changelog
0.18.2 (2021-05-07)
Fix a bug where insertNewlineContinueMarkup
could duplicate bits of content when in dededented continued list items.