@tiptap/extension-code-block
Patch Changes
- Fix tilde-fenced code blocks (
~~~) being silently dropped when parsing markdown
@tiptap/extension-drag-handle
Patch Changes
- Fix Drag event listener is removed when a plugin is registered after the DragHandle plugin.
@tiptap/extension-unique-id
Patch Changes
- Add support for
types: 'all'inUniqueIDto target every node type exceptdocandtext.
@tiptap/core
Patch Changes
- Fix inline
styleparsing inmergeAttributesfor values containing:or;(e.g.url(https://...)orurl(data:...;charset=...,)) and skip incomplete declarations