paragraph-continuation-leading-spaces

Leading spaces on paragraph continuation lines are stripped before inline parsing; they do not appear in output

§4.1

Input

First line
  indented continuation

Output AST

- type: Paragraph
  children:
    - type: Text
      value: First lineindented continuation