You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected behavior
It should be the same font size
Screenshots
Version information
MarkdownUI: 2.3.1
OS: iOS 17.5
Xcode: 15.0
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: