Input
"" hello "" Output AST
- type: Paragraph
children:
- type: QuoteInline
kind: double
children:
- type: Text
value: hello Whitespace at boundaries of "" delimiters is stripped; interior text is trimmed
Input
"" hello "" Output AST
- type: Paragraph
children:
- type: QuoteInline
kind: double
children:
- type: Text
value: hello