Input
= Title with __bold__ word Output AST
- type: Section
level: 1
heading:
- type: Text
value: "Title with "
- type: Emphasis
children:
- type: Text
value: bold
- type: Text
value: " word" Heading text is full inline content; inline formatting is parsed normally
Input
= Title with __bold__ word Output AST
- type: Section
level: 1
heading:
- type: Text
value: "Title with "
- type: Emphasis
children:
- type: Text
value: bold
- type: Text
value: " word"