What is the difference between README and README.md in GitHub projects?

后端 未结 4 1416
遥遥无期
遥遥无期 2020-12-07 06:44

I\'ve noticed some GitHub projects have not only a README file, but also a README.md file.

What is the difference between these files? I kn

4条回答
  •  伪装坚强ぢ
    2020-12-07 07:27

    .md extension stands for Markdown, which Github uses, among others, to format those files.

    Read about Markdown:

    http://daringfireball.net/projects/markdown/

    http://en.wikipedia.org/wiki/Markdown

    Also:

    http://github.github.com/github-flavored-markdown/

提交回复
热议问题