mark-unmatched-closer-run

A run of unmatched colons after a closed Mark is literal text

§5.10 · source

Input

::a::b ::::

Output AST

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