Input
First line\
second line Output AST
- type: Paragraph
children:
- type: Text
value: First line
- type: LineBreak
- type: Text
value: second line Backslash at end of line produces a LineBreak node; parsing continues on the next line
Input
First line\
second line Output AST
- type: Paragraph
children:
- type: Text
value: First line
- type: LineBreak
- type: Text
value: second line