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

This commit is contained in:
Hans Pagel
2020-11-18 11:32:05 +01:00

View File

@@ -17,7 +17,7 @@ const Bold = Mark.create({
name: 'bold',
defaultOptions: <BoldOptions>{
HTMLAttributes: {}
HTMLAttributes: {},
},
parseHTML() {