list-ordered-nonone-start

Ordered list starting at a number other than 1; start captures the first item number

§4.7

Input

3. Third
4. Fourth

Output AST

- type: List
  kind: numbered
  start: 3
  children:
    - type: ListItem
      children:
        - type: Text
          value: Third
    - type: ListItem
      children:
        - type: Text
          value: Fourth