improve the extensions documentation

This commit is contained in:
Hans Pagel
2020-08-20 15:33:16 +02:00
parent f8a5079b2b
commit cbe8e1f357
26 changed files with 108 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
# Schema
Unlike many other editors, tiptap is based on a [schema](https://prosemirror.net/docs/guide/#schema) that defines how your content is structured. This allows you to define the kind of nodes that may occur in the document, its attributes and the way they can be nested.
Unlike many other editors, tiptap is based on a [schema](https://prosemirror.net/docs/guide/#schema) that defines how your content is structured. This enables you to define the kind of nodes that may occur in the document, its attributes and the way they can be nested.
This schema is *very* strict. You cant use any HTML-element or attribute that is not defined in your schema.