We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The markdown::parse function incorrectly parses nested lists, if there is no empty line before starting nested list.
markdown::parse
Here is the problematic markdown content:
**Expected** - first - second - nested first - nested second - third **Actual** - first - second - nested first - nested second - third
Expected
first
second
third
Actual
I expected the lists to look like this:
I already implemented this fix in my fork here: Jinderamarak@5e7faec
crates.io release
Windows
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
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:
Rendered by Github
Expected
first
second
third
Actual
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
The text was updated successfully, but these errors were encountered: