slate-edit-list
Version:
A Slate plugin to handle keyboard events in lists.
33 lines (29 loc) • 699 B
YAML
nodes:
- kind: block
type: ul_list
data:
style:
listStyleType: 'disc'
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item
- kind: block
type: ul_list
data:
style:
listStyleType: 'disc'
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item