meta-block-toml

TOML format meta block stores raw content with format=toml

§4.3

Input

~~~toml
title = "Hello"
~~~

Pages

- meta:
    type: Meta
    format: toml
    raw: |
      title = "Hello"