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
I have following text:
<div class="alert alert-warning"> **bold** # h1 ## h2 > quote1 > quote2 * uno * due 1. one 2. two [foo.bar](http://foo.bar) </div>
And parer won't parse syntax into div wrapper.
div
The text was updated successfully, but these errors were encountered:
Expected. See other reports.
Sorry, something went wrong.
If Parsedown is aiming to be CommonMark compliant then this is a bug.
Though a single blank line should follow the initial <div> in order for the first **bold** to be parsed correctly.
<div>
**bold**
No branches or pull requests
I have following text:
And parer won't parse syntax into
div
wrapper.The text was updated successfully, but these errors were encountered: