``` #lang scribble/manual @itemlist[ @item{xyz} @item{qwe} ] ``` renders on the Markdown target to: ```markdown # * xyz * qwe ``` which is malformed.