list-blank-col0-resets

Blank line followed by a col-0 list marker ends the current List and starts a new one

§4.7

Input

- item A

- item B

Output AST

- type: List
  kind: bullet
  loose: false
  children:
    - type: ListItem
      children:
        - type: Text
          value: item A
- type: List
  kind: bullet
  loose: false
  children:
    - type: ListItem
      children:
        - type: Text
          value: item B