What file uses .md extension and how should I edit them?
问题 On GitHub, several projects have README.md files. It seems like a simple format file to express text and pictures. I guess there is an editor or syntax explanation somewhere. Where can I find an introduction to .md files? 回答1: Markdown is a plain-text file format. The extensions .md and .markdown are just text files written in Markdown syntax. If you have a Readme.md in your repo, GitHub will show the contents on the home page of your repo. Read the documentation: Standard Markdown GitHub