Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit e8c0a13

Browse files
committed
Mark version 1.9.4
1 parent 1d644b7 commit e8c0a13

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.9.4 (2022-08-19)
2+
3+
### Bug fixes
4+
5+
Don't escape colon characters at the start of a line.
6+
7+
Escape parentheses in images and links.
8+
9+
Allow links to wrap emphasis markers when serializing Markdown.
10+
111
## 1.9.3 (2022-07-05)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-markdown",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "ProseMirror Markdown integration",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)