``` * [] task 1 * [] task 2 * [] completed task ``` I thought the corresponding markup was ``` [ ] task 1 [ ] task 2 [x] completed task ``` But that doesn't seem to render correctly. Not sure if it should be `{tasklist}` macro for this.