pagination-meta-after-standalone-comment

A standalone ## comment above frontmatter produces an orphan empty Paragraph, which does not prevent the Meta from filling the Page's meta slot

§3 · source

Input

## SPDX-License-Identifier: CC-BY-4.0

~~~yaml
title: One
~~~

Body

Pages

- meta:
    type: Meta
    format: yaml
    raw: |
      title: One
  children:
    - type: Paragraph
      children: []
    - type: Paragraph
      children:
        - type: Text
          value: Body