Type Editor / @type-editor/schema / schema-basic / schema
Variable: schema
ts
const schema: Schema;Defined in: schema-basic.ts:19
This schema roughly corresponds to the document schema used by CommonMark, minus the list elements, which are defined in the prosemirror-schema-list module.
To reuse elements from this schema, extend or read from its spec.nodes and spec.marks properties.