70 我无法让Markdown尽力而为。我的帖子在这里。 请注意,当我添加评论时,相同的Markdown起作用。 我错过了什么? git markdown gist — 塔伦 source 供参考GitHub Flavored Markdown。 — user692942 2014年
123 Github使用文件扩展名来识别文件类型。为了在您的要旨中使用Markdown,它应该有适当的.markdown(或.md)扩展名。看到这个。 — KL-7 source 不要碰巧知道他们如何使表在这里工作:gist.github.com/1207002你呢? — Dean Rather 我现在看到特定要点的“类型”设置为“纺织品”,而不是“降价” — Dean Rather 2012年 @DeanRather您可以使用Markdown创建表。请参阅GitHub Flavored Markdown-Tables。 — user692942 2014年 1 当我创建Gists时,我还注意到markdown永远行不通,因此通常将大部分内容作为markdown放入注释中,这是可行的。我花了一些时间弄清楚您必须编辑要点的“标题”,才能使其以.md结尾的文件名。 — John Little