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

Fails to parse headers within blocks if they're not separated by empty lines #94

Closed
mishoo opened this issue Jun 25, 2013 · 0 comments · Fixed by #95
Closed

Fails to parse headers within blocks if they're not separated by empty lines #94

mishoo opened this issue Jun 25, 2013 · 0 comments · Fixed by #95

Comments

@mishoo
Copy link
Contributor

mishoo commented Jun 25, 2013

According to other implementations, the following:

foo
# title
bar

should be seen as:

<p>foo</p>
<h1>title</h1>
<p>bar</p>

Markdown-js parses it as the single paragraph <p>foo #title bar</p>.

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

Successfully merging a pull request may close this issue.

1 participant