add list option to nodes
This commit is contained in:
@@ -4,6 +4,8 @@ import { wrappingInputRule } from 'prosemirror-inputrules'
|
||||
const OrderedList = createNode({
|
||||
name: 'ordered_list',
|
||||
|
||||
list: true,
|
||||
|
||||
group: 'block',
|
||||
|
||||
content: 'list_item+',
|
||||
|
||||
Reference in New Issue
Block a user