Input
> Hello
> World Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: HelloWorld Lines prefixed with > form a QuoteBlock; prefix and optional space are stripped
Input
> Hello
> World Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: HelloWorld