comment-inline-between-paragraph-lines

A standalone ## line between paragraph continuation lines closes the active Paragraph and attaches to it; the next line starts a new Paragraph

§2.2

Input

First line
## comment between
Second line

Output AST

- type: Paragraph
  children:
    - type: Text
      value: First line
  reflection:
    - loc:
        start: 14
        end: 29
      text: comment between
- type: Paragraph
  children:
    - type: Text
      value: Second line