taskList

@get:Input
abstract val taskList: Property<Boolean>(source)

If true, support creating task list items via a convenient syntax:

- [ ] task #1
- [x] task #2

Defaults to true.

See also