Steps to reproduce
Explanation of how to reproduce the incorrect behavior. This could include an attached project, a link to code, or a Markdown-formatted text exhibiting the issue.
try to preview this markdown string:
"**Banana**:\n - oink", this one behaves correctly
try this string: "**Banana**:\n - "
In this case the word Banana will be written with much bigger font size
A blank bullet list leads to an incorrect font size.
Checklist
main
branch of this package.Steps to reproduce Explanation of how to reproduce the incorrect behavior. This could include an attached project, a link to code, or a Markdown-formatted text exhibiting the issue.
"**Banana**:\n - oink"
, this one behaves correctly"**Banana**:\n - "
Expected behavior It should be the same font size
Screenshots
Version information