This commit is contained in:
Philipp Kühn
2020-04-21 20:03:06 +02:00
parent 6c49a4f197
commit dc3718de62

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 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 registered any extension that handles `strong` tags, youll only see `This is important`.