comment-inline-namedblock-opener

Trailing ## on a NamedBlock opener bubbles to NamedBlock.reflection; attrs claim the block; body is clean

§2.6 · source

Input

:::callout {.warn} ## opener note
content
:::

Output AST

- type: NamedBlock
  name: callout
  attributes:
    - key: class
      value:
        - warn
  reflection:
    - loc:
        start: 22
        end: 33
      text: opener note
  children:
    - type: Paragraph
      children:
        - type: Text
          value: content