mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 04:19:02 +08:00
wording
This commit is contained in:
parent
56a6389441
commit
109374c126
@ -4,6 +4,6 @@ Unlike many other editors, tiptap is based on a [schema](https://prosemirror.net
|
||||
|
||||
This schema is *very* strict. You can’t 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 don’t have registed any extension that handles `strong` tags, you’ll only see `This is important`.
|
||||
For example if you paste something like `This is <strong>important</strong>` into tiptap and don’t have registed any extension that handles `strong` tags, you’ll only see `This is important`.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user