quote-inline-single-spaced

Whitespace at boundaries of '' delimiters is stripped

§5.8

Input

'' hi ''

Output AST

- type: Paragraph
  children:
    - type: QuoteInline
      kind: single
      children:
        - type: Text
          value: hi