Update prosemirror-markdown to v1.13.0
What does this MR do and why?
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prosemirror-markdown | dependencies | minor | 1.11.2 -> 1.13.0 |
Release Notes
prosemirror/prosemirror-markdown (prosemirror-markdown)
v1.13.0
Bug fixes
Fix the type of MarkdownParser.parse
to be non-nullable. Add a strict option to MarkdownSerializer
New features
The new strict
option to MarkdownSerializer
makes it possible to make the serializer ignore node and mark types it doesn't know.
v1.12.0
Bug fixes
Block-level markup inside a heading is no longer escaped by the serializer.
Do not backslash-escape a +
at the start of line when it isn't followed by a space. Upgrade to markdown-it 14
New features
MarkdownSerializerState.renderInline
now takes a parameter that controls whether block-level markup should be escaped.
Upgrade to markdown-it version 14, which provides ES modules.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.