mark-unclosed

An unclosed Mark opener degrades per Class 1 — the opener alone becomes Text and following constructs parse normally

§5.10

Input

::a b __c__

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "::a b "
    - type: Emphasis
      children:
        - type: Text
          value: c