You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' in UniqueID to target every node type except doc and text.
@tiptap/core
Patch Changes
Fix inline style parsing in mergeAttributes for values containing : or ; (e.g. url(https://...) or url(data:...;charset=...,)) and skip incomplete declarations