task-item-checked-plus

  • [+] produces TaskItem with checked: true (bidi-neutral RTL-safe marker)

§4.7.2 · source

Input

- [+] Write spec
- [x] Also checked

Output AST

- type: List
  kind: checklist
  start: null
  loose: false
  children:
    - type: TaskItem
      checked: true
      children:
        - type: Text
          value: Write spec
    - type: TaskItem
      checked: true
      children:
        - type: Text
          value: Also checked