Input
__**bold and strong**__ Output AST
- type: Paragraph
children:
- type: Emphasis
children:
- type: Strong
children:
- type: Text
value: bold and strong Cross-type nesting is allowed; Strong inside Emphasis and vice versa
Input
__**bold and strong**__ Output AST
- type: Paragraph
children:
- type: Emphasis
children:
- type: Strong
children:
- type: Text
value: bold and strong