named-block-not-mark-no-fire

A ::: line at block position is still a NamedBlock and never reaches the inline Mark parser, even when its content holds Mark syntax (§5.10, §10)

§4.13 · source

Input

:::callout
::a b::
:::

Output AST

- type: NamedBlock
  name: callout
  children:
    - type: Paragraph
      children:
        - type: Mark
          name: a
          children:
            - type: Text
              value: b