paragraph-only-comment-not-elided

A standalone ## line at Page scope with no preceding block is an orphan; produces empty Paragraph with reflection entry

§2.2

Input

## just a comment

Output AST

- type: Paragraph
  children: []
  reflection:
    - loc:
        start: 3
        end: 17
      text: just a comment