paragraph-basic

Contiguous non-blank lines not matching any block construct form a Paragraph

§4.1 · source

Input

Hello world.

Output AST

- type: Paragraph
  children:
    - type: Text
      value: Hello world.