quote-inline-double-spaced

Whitespace at boundaries of "" delimiters is stripped; interior text is trimmed

§5.8

Input

"" hello ""

Output AST

- type: Paragraph
  children:
    - type: QuoteInline
      kind: double
      children:
        - type: Text
          value: hello