list-inline-hyphen

After the list marker - , the hyphen has no special meaning in inline content; - - item is a single list item with literal text

§4.7.1

Input

- - - nested item

Output AST

- type: List
  kind: bullet
  children:
    - type: ListItem
      children:
        - type: Text
          value: "- - nested item"