Input
^^ a ** b ^^ c ** Output AST
- type: Paragraph
children:
- type: Spoiler
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: Spoiler
children:
- type: Text
value: a ** b
- type: Text
value: " c **" Diagnostics
- code: CDN-0014
level: warning