Reputation: 4723
The way markdown-style line end really annoys me, and I found gfm looks better.
But as I wrote the .md
file and push it ti Github, it just shows as nomal markdown.
Judging the demo on github, it changes line without two blanks, isn't it?
This made me confusing. Just, how can I make this work?
Upvotes: 7
Views: 10242
Reputation: 4872
What do you mean by changing line? Do you mean how it does not just recognizes normal end of line? (that annoys me too)
Standard practice for new line is space, space, enter for a new line. You could also add br html tag and it will do the same.
Is this what you were looking for?
Upvotes: 23