What file uses .md extension and how should I edit them?
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 Flavored Markdown You can edit the Readme.md file in GitHub … Read more