Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use github flavored markdown in README.md file by default?

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?

like image 251
jiyinyiyong Avatar asked Apr 02 '12 02:04

jiyinyiyong


1 Answers

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?

like image 73
Edmon Avatar answered Oct 03 '22 03:10

Edmon