refactoring

This commit is contained in:
Philipp Kühn 2020-04-23 22:10:45 +02:00
parent 26aa34cc40
commit c2bd2b21fa

View File

@ -9,7 +9,6 @@ export default class Paragraph extends Node {
return {
content: 'inline*',
group: 'block',
draggable: false,
parseDOM: [{ tag: 'p' }],
toDOM: () => ['p', 0],
}