This commit is contained in:
Philipp Kühn
2020-11-14 09:23:47 +01:00
parent 41ce8c0743
commit 9d7e022ccb
4 changed files with 6 additions and 6 deletions

View File

@@ -9,9 +9,9 @@ export interface ParagraphOptions {
const Paragraph = createNode({
name: 'paragraph',
// defaultOptions: <ParagraphOptions>{
// HTMLAttributes: {},
// },
defaultOptions: <ParagraphOptions>{
HTMLAttributes: {},
},
group: 'block',