mark-unmatched-closer

A :: with no Mark open is literal text

§5.10 · source

Input

::a::b ::

Output AST

- type: Paragraph
  children:
    - type: Mark
      name: a
      children: []
    - type: Text
      value: "b ::"