Problem formatting a list / extra <p>`?

Is this a feature or a bug? :slight_smile:

* abc
* def
* ghi

* jkl
* mno
* pqr

abc

Results in “ghi” being surrounded by

, while “pqr” is not since it is followed by a paragraph?

—html

  • abc
  • def
  • ghi

  • jkl
  • mno
  • pqr

abc

----

Looks like a Parsedown issue:

Screen Shot 2017-02-16 at 15

we rely on the Parsedown library to parse the Markdown, I suggest to post that to their GitHub repo issues.

Thanks for the pointer. I did just that: https://github.com/erusev/parsedown/issues/474