meta-block-opens-new-page

A second Meta block opens a new Page when Page.meta is already set

§3

Input

~~~yaml
title: First
~~~

~~~yaml
title: Second
~~~

Pages

- meta:
    type: Meta
    format: yaml
    raw: |
      title: First
- meta:
    type: Meta
    format: yaml
    raw: |
      title: Second