Input
a
b
c Output AST
- type: Paragraph
children:
- type: Text
value: a b
- type: Paragraph
children:
- type: Text
value: c Trailing spaces collapse to one: preserved before a soft break, dropped at a block boundary
Input
a
b
c Output AST
- type: Paragraph
children:
- type: Text
value: a b
- type: Paragraph
children:
- type: Text
value: c