paragraph-multiline-trailing-space

A trailing space before a soft break is preserved as a word boundary; lines join with a space

§4.1

Input

First line 
second line

Output AST

- type: Paragraph
  children:
    - type: Text
      value: First line second line