slate-edit-list
Version:
A Slate plugin to handle keyboard events in lists.
42 lines (40 loc) • 1.02 kB
YAML
nodes:
- kind: block
type: ol_list
nodes:
# Nested list
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: "Nested list"
- kind: block
type: ul_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: "1.1"
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: "1.2"
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: "2"