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

Markdown not getting properly markdowned when there is only one new line in front of it #198

Open
tobiaselindberg opened this issue Jan 11, 2016 · 0 comments

Comments

@tobiaselindberg
Copy link

A lot of markdown text written after a single line break ends up on previous line not markdown rendered:
E.g numbered lists and bullets. If you write:
Markdown-text below with only one new line:

  • bullet 1
  • bullet 2

The library would not markdown the above markdown as bullets and "bullet 1" and "bullet 2" would end up on same line as "Markdown-text below with only one new line" while if we write:
Markdown-text below with two new lines:

  • bullet 1
  • bullet 2

The library would be able to handle this because there is two new lines between "Markdown-text below with two new lines" and the bullets.

Basically this bug report is about that markdown with a single new line in front of the markdown text should also be markdowned and the new line should be respected so that the markdown ends up on a new line.

Here is a screen-shot visualizing the issue:
markdown_linebreak

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