I have a task list nested in a quote, like this:
> - [x] first task
> - [x] second task
This seems to render fine:
But when I click the checkbox in the UI, sometimes nothing happens. Sometimes the item get's changed from [ ] to [x]. And sometimes all of the items get changed back to [ ]. Therefore, task lists nested in quotes are currently not usable.
Proposal: Either make the checkboxes work, or disable the rendering, or make them render as read-only checkboxes.