pagination-meta-after-content-same-page

Content before a Meta block does not create a Page: the Meta fills the meta slot of the Page the content is already on

§3 · source

Input

Para one

~~~yaml
title: One
~~~

Para two

Pages

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