comment-block-pass-through-page-assembly

CommentBlock at Page scope is pass-through; it does NOT consume the Meta slot of the current Page

§2.4 · source

Input

###
preamble note
###
~~~yaml
title: doc
~~~

content

Pages

- meta:
    type: Meta
    format: yaml
    raw: |
      title: doc
  children:
    - type: CommentBlock
      text: |
        preamble note
    - type: Paragraph
      children:
        - type: Text
          value: content