You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.3.2
### Bug fixes
Make Markdown-specific commands return false inside fenced code.
Fix an infinite loop caused by `insertNewlineContinueMarkup`.
Version 6.3.0
### New features
The new `htmlTagLanguage` option allows client code to configure which language is used to parse HTML tags in the document.
Version 6.2.4
### Bug fixes
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.
Version 6.2.2
### Bug fixes
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.
Version 6.1.1
### Bug fixes
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.