Skip to content

Tags: codemirror/lang-markdown

Tags

6.3.2

Toggle 6.3.2's commit message
Version 6.3.2

### Bug fixes

Make Markdown-specific commands return false inside fenced code.

Fix an infinite loop caused by `insertNewlineContinueMarkup`.

6.3.1

Toggle 6.3.1's commit message
Version 6.3.1

### Bug fixes

Fix an issue where `insertNewlineContinueMarkup` didn't work with the cursor directly after an HTML tag.

6.3.0

Toggle 6.3.0's commit message
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.

6.2.5

Toggle 6.2.5's commit message
Version 6.2.5

### Bug fixes

Disable folding for list nodes (since it will shadow the folding on the first list item).

6.2.4

Toggle 6.2.4's commit message
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.

6.2.3

Toggle 6.2.3's commit message
Version 6.2.3

### Bug fixes

Support code folding for GFM tables.

6.2.2

Toggle 6.2.2's commit message
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.

6.2.1

Toggle 6.2.1's commit message
Version 6.2.1

### Bug fixes

Make `insertNewlineContinueMarkup` and `deleteMarkupBackward` use tabs for indentation when appropriate.

6.2.0

Toggle 6.2.0's commit message
Version 6.2.0

### New features

The markdown package now installs a completion source that completes HTML tags when in Markdown context.

6.1.1

Toggle 6.1.1's commit message
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.