list-ordered-inline-dot

After the ordered list marker N. , the N. pattern has no special meaning in inline content; 1. 2. 3. item is a single list item

§4.7 · source

Input

1. 2. 3. nested item

Output AST

- type: List
  kind: numbered
  start: 1
  children:
    - type: ListItem
      children:
        - type: Text
          value: 2. 3. nested item