This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
367 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
nodes: | ||
- kind: block | ||
type: heading | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: Slate + List Edition | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: This page is a basic example of Slate + slate-edit-list plugin. Press | ||
Enter in a list to create a new list item. Press Enter again to exit and Shift+Enter | ||
to create a paragraph in a list. | ||
- kind: block | ||
type: ul_list | ||
nodes: | ||
- kind: block | ||
type: list_item | ||
nodes: | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: First item in the list | ||
- kind: block | ||
type: list_item | ||
nodes: | ||
- kind: block | ||
type: heading | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: 'With blocks:' | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: List item can contain blocks | ||
- kind: block | ||
type: list_item | ||
nodes: | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: Third item in the list, with a nested list | ||
- kind: block | ||
type: ol_list | ||
nodes: | ||
- kind: block | ||
type: list_item | ||
nodes: | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: First item in the nested list | ||
- kind: block | ||
type: list_item | ||
nodes: | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: Second item in the nested list | ||
- kind: block | ||
type: paragraph | ||
nodes: | ||
- kind: text | ||
ranges: | ||
- text: End paragraph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.