remove list option

This commit is contained in:
Philipp Kühn
2020-11-02 11:18:44 +01:00
parent bfc58caea5
commit 3dc25640c9
5 changed files with 1 additions and 13 deletions

View File

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