@tiptap/core
Patch Changes
- Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.
@tiptap/extension-list
Patch Changes
- Nested lists exported to Markdown now keep their hierarchy when the file is read back by other Markdown tools.
@tiptap/extension-youtube
Patch Changes
- Pasting a YouTube iframe without a
srcattribute no longer crashes the editor. The embed is kept without a source.
@tiptap/markdown
Patch Changes
- Fix Markdown serialization of whitespace-only marked text.
@tiptap/react
Patch Changes
- Reduce overhead in React node views on documents with many nodes.