hey-red/Markdown

A header followed by a bullet fails to render corretly

bobend opened this issue · 1 comments

The input #Header 1\n* Bullet\n becomes <p>#Header 1\n* Bullet</p>
should have been <h1>Header 1</h1>\n\n<ul>\n<li>Bullet</li>\n</ul>

Sorry , it was BOM