UNPKG

@blocknote/core

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

9 lines (7 loc) 176 B
import { Node } from "@tiptap/core"; export const Doc = Node.create({ name: "doc", topNode: true, content: "blockGroup", marks: "insertion modification deletion", });