quote-inline-double

"" delimiters produce QuoteInline with kind=double

§5.8 · source

Input

""hello""

Output AST

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