Input
::a**b**:: Output AST
- type: Paragraph
children:
- type: Text
value: ::a
- type: Strong
children:
- type: Text
value: b
- type: Text
value: "::" Input
::a**b**:: Output AST
- type: Paragraph
children:
- type: Text
value: ::a
- type: Strong
children:
- type: Text
value: b
- type: Text
value: "::"