是否可以将任何 .md 文件设置为在 github 存储库中自动显示,就像 README 文件一样?

Can any .md file be set to autodisplay in a github repo the way that a README file does?

如果我将我的 .Rmd 输出呈现为 github_document,它会保存为 .md 文件。我希望此 .md 文件自动显示 README.md 文件在 github 中的显示方式。这将突出显示我分析的实际输出,但我不确定如何使 .md 文件在不是 README 文件时自动显示。

来自问题的评论:

您是希望将 .md 文件显示在存储库的根目录下,还是希望它在被选中后像 README 那样显示?

I'd like the .md report to be on full display below the file names in the repo the way that a README.md displays.

只有 README 显示在 repo 的根目录中。您可以 link 到其他 .md 文件,也可以将它们的内容包含在 README.

每个目录都可以有自己的 README,显示在该目录的内容下方。 Here's an example.

I was just wondering if there was a way to make .md files with other names autodisplay at the root.

我不知道。如果您想了解更多,请点击这里 Github README documentation