spoiler-block-basic

^^^ opens a SpoilerBlock; ^^^ on its own line closes it; body is parsed as blocks

§4.15

Input

^^^
Some content
^^^

Output AST

- type: SpoilerBlock
  children:
    - type: Paragraph
      children:
        - type: Text
          value: Some content