We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241397b commit 92af598Copy full SHA for 92af598
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.3.3 (2025-06-13)
2
+
3
+### Bug fixes
4
5
+Make `insertNewlineContinueMarkup` take effect even when at the end of a nested range of Markdown content.
6
7
## 6.3.2 (2025-01-09)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-markdown",
- "version": "6.3.2",
+ "version": "6.3.3",
"description": "Markdown language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments