Input
>
> quoted
> Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: quoted After > stripping, leading and trailing blank lines (empty quoted lines) inside the QuoteBlock body are stripped before children are parsed
Input
>
> quoted
> Output AST
- type: QuoteBlock
children:
- type: Paragraph
children:
- type: Text
value: quoted