pagination-meta-fills-page-after-break

A Meta block fills the meta slot of the Page a preceding PageBreaker opened — the PageBreaker makes the boundary, the Meta adds none of its own, so no Ghost Page appears (§9.5.2)

§3

Input

Para one

---

~~~yaml
title: Two
~~~

Para two

Pages

- children:
    - type: Paragraph
      children:
        - type: Text
          value: Para one
- meta:
    type: Meta
    format: yaml
    raw: |
      title: Two
  children:
    - type: Paragraph
      children:
        - type: Text
          value: Para two