Is this a feature or a bug?
* 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
----Is this a feature or a bug?
* 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
ghi
abc
----Looks like a Parsedown issue:
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