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

10,105

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?

Share:
10,105
jiyinyiyong
Author by

jiyinyiyong

ChenYong, 1991, Coder of CoffeeScript & Cirru

Updated on June 04, 2022

Comments

  • jiyinyiyong
    jiyinyiyong almost 2 years

    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?

  • jiyinyiyong
    jiyinyiyong about 12 years
    (sorrsy for my Chinse English..) Exactally that was what I wanted to ask. By now I have addede hightlight at line end in Vimrc in case that I forget to add space and space.. But I dont like Vim.. If there's a better choice, it would be easier to write README.md for my repo.