Consider the following markup: ``` - [ ] a checkbox - [ ] **a bold checkbox** ``` The first checkbox is rendered correctly, but the second one isn't, the label is displayed twice: once in bold, once as raw markup.