spoiler-block-inside-listitem

SpoilerBlock inside a list item is legal; list item's base offset (2 spaces) is stripped from content lines

§4.15 · source

Input

- item

  ^^^
  hidden
  ^^^

Output AST

- type: List
  kind: bullet
  loose: true
  children:
    - type: ListItem
      children:
        - type: Paragraph
          children:
            - type: Text
              value: item
        - type: SpoilerBlock
          children:
            - type: Paragraph
              children:
                - type: Text
                  value: hidden