This commit is contained in:
Philipp Kühn 2020-04-20 14:10:08 +02:00
parent 56a6389441
commit 109374c126

View File

@ -4,6 +4,6 @@ Unlike many other editors, tiptap is based on a [schema](https://prosemirror.net
This schema is *very* strict. You cant use any HTML-element or attribute that is not defined in your schema.
For example if you paste something like `This is <strong>important</strong>` into tiptap and you dont have registed any extension that handles `strong` tags, youll only see `This is important`.
For example if you paste something like `This is <strong>important</strong>` into tiptap and dont have registed any extension that handles `strong` tags, youll only see `This is important`.