fix broken document

This commit is contained in:
Philipp Kühn
2020-11-02 15:18:03 +01:00
parent 2bc02e50e0
commit a5d1c76f40
6 changed files with 13 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export const inputRegex = /^(\d+)\.\s$/
const OrderedList = createNode({
name: 'ordered_list',
group: 'list',
group: 'block list',
content: 'list_item+',