-
Notifications
You must be signed in to change notification settings - Fork 481
Closed
Description
Describe the bug
When I have a Markdown as follows:
Markdown(
"""
Test1
Test2
Test3
"""
)I get the following result:
If I add an extra line between them, they get separated:
To me, this seems like the wrong behavior, as you can see even from the markdown rendered here in GitHub:
Test1
Test2
Test3
Is there any way to fix it, or control this behavior?
Thanks :)
Checklist
- I can reproduce this issue with a vanilla SwiftUI project.
- I can reproduce this issue using the
mainbranch of this package. - This bug hasn't been addressed in an existing GitHub issue.
Steps to reproduce
Shown in problem description
Expected behavior
Shown in problem description
Screenshots
Shown in problem description
Version information
- MarkdownUI: [e.g. 2.0.0, or a commit hash]
- OS: iOS 17.4
- Xcode: 16 Beta 5
Additional context
Add any other context about the problem here.
laike9m
Metadata
Metadata
Assignees
Labels
No labels