inline-symmetric-eof

An unclosed symmetric delimiter is literal at EOF, then becomes Strong when its closer arrives

§16 · source

Input

**draft**

Output AST

- type: Paragraph
  children:
    - type: Strong
      children:
        - type: Text
          value: draft

Streaming

unit: unicode-scalar
checkpoints:
  - at: 0
    ast: []
    diagnostics: []
  - at: 2
    ast:
      - type: Paragraph
        children:
          - type: Text
            value: "**"
    diagnostics: []
  - at: 7
    ast:
      - type: Paragraph
        children:
          - type: Text
            value: "**draft"
    diagnostics: []