HaxeFoundation / haxe-markdown

A Markdown parser in Haxe.
MIT License
63 stars 24 forks source link

No bullets show unless list preceded by blank line #19

Open dpeek opened 9 years ago

dpeek commented 9 years ago

Moved from https://github.com/dpeek/dox/issues/124

I believe this markup should show a bullet:

/**
 * Some comment
 * - Some bullet
 */

But instead it renders like this: Some comment - Some bullet.

Adding a blank line in between the comment and the bullet list restores the bullet.

GitHub markup dramatization:

Some comment