@codemirror/lang-markdown
Advanced tools
Changelog
6.3.1 (2024-11-06)
Fix an issue where insertNewlineContinueMarkup
didn't work with the cursor directly after an HTML tag.
Changelog
6.3.0 (2024-09-28)
The new htmlTagLanguage
option allows client code to configure which language is used to parse HTML tags in the document.
Changelog
6.2.5 (2024-04-12)
Disable folding for list nodes (since it will shadow the folding on the first list item).
Changelog
6.2.4 (2024-01-16)
Starting at the third list item, insertNewlineContinueMarkup
will now keep the tightness of the list, and only require two presses to clear an empty list item.
Changelog
6.2.2 (2023-10-06)
Fix a bug in insertNewlineContinueMarkup
that caused it to put the cursor in the wrong place when the editor's line break was more than one character long.
Changelog
6.2.1 (2023-09-14)
Make insertNewlineContinueMarkup
and deleteMarkupBackward
use tabs for indentation when appropriate.
Changelog
6.2.0 (2023-06-23)
The markdown package now installs a completion source that completes HTML tags when in Markdown context.
Changelog
6.1.1 (2023-04-13)
Fix the declaration of comentTokens
language data for Markdown.
Fix a bug in deleteMarkupBackward
that would cause it to delete pieces of continued paragraphs below list item markers.