task-item-empty-brackets-not-a-marker

- [] content is not a task marker; the item is an ordinary ListItem

§4.7.2 · source

Input

- [] content

Output AST

- type: List
  kind: bullet
  start: null
  loose: false
  children:
    - type: ListItem
      children:
        - type: Text
          value: "[] content"