We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f108e5f commit a42b1bcCopy full SHA for a42b1bc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.0 (2025-10-23)
2
+
3
+### New features
4
5
+Add a variant of `insertNewlineContinueMarkup` that supports configuration options.
6
7
## 6.4.0 (2025-10-02)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-markdown",
- "version": "6.4.0",
+ "version": "6.5.0",
"description": "Markdown language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments