OMG, I’m pulling my hair out on this silly little issue. I’m sure the answer is right in front of me, but I can’t see the forest for the trees right now on this thing! Thanks in advance for helping me “see the light” on this thing!
So I have this markdown, with a simple list (3 spaces for each indent, per the docs):
Is this a “graphical representation” (if so, a screenshot might be better ) or the actual output? Ie., does it just appear like there’s additional blank line or is an extra blank line actually added to the code?
If it’s just the “graphical representation”, it is likely either funky HTML encoding or some CSS rules (or both) affecting this. For HTML, check the HTML output of the Markdown conversion (obviously). For CSS, use your browser’s inspection feature to see if there’s anything going on there.
If it’s actually adding a “random” blank line to the Markdown source code… then I have no idea. That sounds pretty buggy to me.
Yes, here is what it looks like, with the element highlighted. Looks like it is just not including that last bullet in the previously defined ul at that level: