-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
showdown is adding new break lines #291
Comments
What do you mean? More linebreaks in the html output? |
In
Should be
And not
Showdown is adding a \n after "h1" and after "p" and after "h3" |
Yes, this is used to speed up the parser engine (blocks are wrapped in double linebreaks). |
Because i dont want to add more linebreaks. Im saving a text from a textarea in mongodb as a markdown and at the same time saving the HTML generated text, and i want to be precise, I do not want to add anything extra. |
should be fixed at f97e072, at least partially. |
Wow Thank you very much |
Ok, lists now should be fixed too. |
Okey It works well.
|
Resolved |
Example:
Markdown code:
Html result:
The text was updated successfully, but these errors were encountered: