有没有办法在github上强制README.txt文件的格式?

Noe*_*eto 10 git restructuredtext github

我使用ReStructuredText格式的README.txt文件将一些代码上传到github.有没有办法指示github将此文件格式化为休息而不仅仅是纯文本?

man*_*lds 13

文件名应以.结尾 rest, rst, rest.txt or rst.txt

https://github.com/github/markup

  • 自述有唯一的文件`.rst`但[实际代码(https://github.com/github/markup/blob/1e7d83fd1e605db9f0d975482c2891a19bfeaf6b/lib/github/markups.rb#L33)匹配`/重?ST(\ .TXT)?/`.在搜索github上显示[README.rst](https://github.com/search?p=100&q=filename%3AREADME.rst+extension%3Arst&ref=searchresults&type=Code&utf8=%E2%9C%93)是远远大于比较流行[ README.rest](https://github.com/search?p=18&q=filename%3AREADME.rest+extension%3Arest&ref=searchresults&type=Code&utf8=%E2%9C%93). (3认同)