Input: ```markdown - ``` foo ``` - bar ``` Expected output (the first item has ``): ```html foo bar ``` New output since f1f45ab (the first item lacks ``; the second item is not recognized as an item): ```html foo - bar ```