Skip to content
New issue

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

Invalid parsing syntax in HTML tag #488

Closed
piotrooo opened this issue Mar 25, 2017 · 2 comments
Closed

Invalid parsing syntax in HTML tag #488

piotrooo opened this issue Mar 25, 2017 · 2 comments
Milestone

Comments

@piotrooo
Copy link

piotrooo commented Mar 25, 2017

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.

@kminchev
Copy link

Expected. See other reports.

@aidantwoods
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants