Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

# Conflicts:
#	yarn.lock
This commit is contained in:
Hans Pagel
2020-11-17 14:04:31 +01:00
112 changed files with 1040 additions and 486 deletions

View File

@@ -226,7 +226,7 @@ Mark.create({
// add this mark to the 'basic' group
group: 'basic',
// add this mark to the 'basic' and the 'foobar' group
group: 'foobar',
group: 'basic foobar',
})
```