Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/remove-inferred-commands

# Conflicts:
#	docs/src/demos/Experiments/Annotation/extension/annotation.ts
#	docs/src/demos/Experiments/Color/extension/Color.ts
#	docs/src/demos/Experiments/Details/details.ts
This commit is contained in:
Philipp Kühn
2021-02-16 18:08:12 +01:00
57 changed files with 813 additions and 694 deletions

View File

@@ -9,9 +9,13 @@ export interface DetailsSummaryOptions {
export default Node.create<DetailsSummaryOptions>({
name: 'detailsSummary',
content: 'inline*',
content: 'text*',
// group: 'block',
marks: '',
group: 'block',
isolating: true,
defaultOptions: {
HTMLAttributes: {},