-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is your issue REALLY a bug?
- My issue is indeed a bug!
- I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
Is there an existing issue for this?
- I have searched the existing issues.
Is this issue related to iced?
- My hardware is compatible and my graphics drivers are up-to-date.
What happened?
The markdown::parse function incorrectly parses nested lists, if there is no empty line before starting nested list.
Here is the problematic markdown content:
**Expected**
- first
- second
- nested first
- nested second
- third
**Actual**
- first
- second
- nested first
- nested second
- thirdRendered by Github
Expected
-
first
-
second
- nested first
- nested second
-
third
Actual
- first
- second
- nested first
- nested second
- third
Rendered in Iced
What is the expected behavior?
I expected the lists to look like this:

I already implemented this fix in my fork here: Jinderamarak@5e7faec
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
