Input
__ a ** b __ c ** Output AST
- type: Paragraph
children:
- type: Emphasis
children:
- type: Text
value: a ** b
- type: Text
value: " c **" Diagnostics
- code: CDN-0014
level: warning __ closes while ** is open inside its content; CDN-0014 at the crossing __ closer; trailing ** is orphaned literal
Input
__ a ** b __ c ** Output AST
- type: Paragraph
children:
- type: Emphasis
children:
- type: Text
value: a ** b
- type: Text
value: " c **" Diagnostics
- code: CDN-0014
level: warning