Github的Wiki页面显示带有标记模拟页面(例如https://github.com/github/gollum/wiki )的内容,而不是.md文件的纯文本。
Github在它的Wiki页面上向我们提供.md文件的源在哪里?
发布于 2014-01-29 06:44:32
简单地克隆该项目的wiki:
git clone https://github.com/github/gollum.wiki.git您将在那里获得.md文件。
C:\Users\VonC\prog\git\gollum.wiki>dir
29/01/2014 07:44 <REP> .
29/01/2014 07:44 <REP> ..
29/01/2014 07:44 0 .md
29/01/2014 07:44 2 hello.md
29/01/2014 07:44 11 649 Home.mdhttps://stackoverflow.com/questions/21421953
复制相似问题