paragraph-multiline

A single newline between paragraph lines is a soft break folded to zero; lines concatenate directly with no separator

§4.1 · source

Input

First line
second line

Output AST

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