我希望在Github中对一个文本文件使用Markdown语法,我发现当文件没有扩展名时Markdown语法是无效的。
在Github中使用Markdown语法时,我必须使用.md扩展名吗?
发布于 2019-02-24 10:39:48
根据their documentation,当文件以.md或.markdown结尾时,GitHub会自动呈现markdown
.md
.markdown
https://stackoverflow.com/questions/54848208
相似问题