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

Heading following text without double line break does not get parsed #244

Open
EmilEriksen opened this issue Apr 23, 2019 · 0 comments
Open

Comments

@EmilEriksen
Copy link

First of all thank you for creating this fantastic package! I'm having an issue with the following content:

# Heading
Naked content
# I'm not a heading :(

# Heading
<small>Content in small</small>
# I'm a heading!

The second heading does not seem to get parsed when there's only a single line break preceding it. It does work when there's some special content like an HTML-tag preceding it though. I think this is a bug. Other parsers render the second heading. It's also rendered here on Github:

Heading

Naked content

I'm not a heading :(

Heading 2

Content in small

I'm a heading!

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

1 participant