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
List are not rendering correctly when preceded by word or sentence.
For example:
list: * item1 * item2
transcompiles to
<p>list: * item1 * item2</p>
code to reproduce
html = markdown.markdown("""list: * item1 * item2 """) with open('out.html', 'w', encoding='utf-8', errors='xmlcharrefreplace') as f: f.write(html)
I don't think this is intentional, but let me know if it is.
Downstream issue: astral-sh/ruff#10427
The text was updated successfully, but these errors were encountered:
Nevermind duplicate of #1442
Sorry, something went wrong.
No branches or pull requests
List are not rendering correctly when preceded by word or sentence.
For example:
transcompiles to
code to reproduce
I don't think this is intentional, but let me know if it is.
Downstream issue: astral-sh/ruff#10427
The text was updated successfully, but these errors were encountered: