mark-triple-colon-inline

A run of three colons in inline position is the :: closer plus a literal :

§5.10

Input

::a b:::

Output AST

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