Input
aa__bb__cc Output AST
- type: Paragraph
children:
- type: Text
value: aa
- type: Emphasis
children:
- type: Text
value: bb
- type: Text
value: cc Inline elements adjacent to surrounding text with no space — text nodes emit without gaps
Input
aa__bb__cc Output AST
- type: Paragraph
children:
- type: Text
value: aa
- type: Emphasis
children:
- type: Text
value: bb
- type: Text
value: cc