Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions test/to-markdown/lists/list-item-line-breaks/input.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
document:
nodes:
- object: block
type: ordered_list
nodes:
- object: block
type: list_item
nodes:
- object: block
type: unstyled
nodes:
- object: text
leaves:
- text: "Hello\nWorld"
2 changes: 2 additions & 0 deletions test/to-markdown/lists/list-item-line-breaks/output.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Hello
World