fix lists

This commit is contained in:
Philipp Kühn
2020-12-02 16:29:17 +01:00
parent a502cdb822
commit 4d9e3f7622

View File

@@ -13,7 +13,7 @@ const ListItem = Node.create({
HTMLAttributes: {}, HTMLAttributes: {},
}, },
content: '(paragraph|list?)+', content: 'paragraph list*',
defining: true, defining: true,