Helpers specifically for parsing markdown tokens into Tiptap JSON. These are provided to extension parse handlers.
Apply a mark to content (used for inline marks like bold, italic)
Create any node type with attributes and content
Create a text node with optional marks
Parse an array of block-level tokens
Parse an array of inline tokens into text nodes with marks
Helpers specifically for parsing markdown tokens into Tiptap JSON. These are provided to extension parse handlers.