math-block-inside-listitem

MathBlock inside a list item is legal; list item's base offset is stripped from content lines

§4.5

Input

- item

  $$$
  x^2 + y^2
  $$$

Output AST

- type: List
  kind: bullet
  loose: true
  children:
    - type: ListItem
      children:
        - type: Paragraph
          children:
            - type: Text
              value: item
        - type: MathBlock
          raw: x^2 + y^2