Input
**a __b__ c Output AST
- type: Paragraph
children:
- type: Text
value: "**a "
- type: Emphasis
children:
- type: Text
value: b
- type: Text
value: " c" An unclosed ** is a Class 1 (symmetric) opener: only the opener degrades to Text; constructs after it parse normally
Input
**a __b__ c Output AST
- type: Paragraph
children:
- type: Text
value: "**a "
- type: Emphasis
children:
- type: Text
value: b
- type: Text
value: " c"