Closed AppiePau closed 10 months ago
Thanks for submitting this issue. The nested paragraphs seem to be a limitation of how markdig renders the markdown document, but it should be no issue to make the spacings within lists configurable. This should address your issue.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: Using the following code, I get an unordered list with a lot of white space between the lines. Using the debugger it seems that every bullet point is placed in it's own paragraph.
or a full example:
Expected behavior I would like to see the bullet points in one paragraph and each bullet point on a new line, resulting each line without the white space. Wether this is default behavior or configurable is less of a concern to me. It just seems more logical for me to have items of the same list without whitespace. Just like in HTML
<ul>
with<li>
behavior. Like:Screenshots
Note: Only the Test bullets are part of the Markdown code. The rest of layout/texts are not. I can reproduce this behavior in various places.
Environment (please complete the following information):
Additional context No comments at this moment.