I uploaded some code to github with a README.txt file that's in ReStructuredText format. Is there a way to instruct github to format this file as rest instead of just plain text?
The default readme file contains the repository name and some basic instructions. The file format is 'md', which stands for Markdown documentation. It is a lightweight markup language that can be easily converted to text.
README.md is used to generate the html summary you see at the bottom of projects. Github has their own flavor of Markdown. Order of Preference: If you have two files named README and README.md , the file named README.md is preferred, and it will be used to generate github's html summary.
The file name should end in rest, rst, rest.txt or rst.txt
https://github.com/github/markup
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With