mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
typo (#4175)
This commit is contained in:
parent
781cdfa54e
commit
c716ca199c
@ -261,7 +261,7 @@ Mark.create({
|
||||
```
|
||||
|
||||
#### Excludes
|
||||
By default all nodes can be applied at the same time. With the excludes attribute you can define which marks must not coexist with the mark. For example, the inline code mark excludes any other mark (bold, italic, and all others).
|
||||
By default all marks can be applied at the same time. With the excludes attribute you can define which marks must not coexist with the mark. For example, the inline code mark excludes any other mark (bold, italic, and all others).
|
||||
|
||||
```js
|
||||
Mark.create({
|
||||
|
Loading…
Reference in New Issue
Block a user