github提交markdowm文件部分无法显示?

图片描述

图片描述

图片描述

用自己的markdowm文件可以正常显示的,可是上传到github就显示不正常了。
https://github.com/zchaoss/--...
这是相应markdowm文件的地址。

阅读 4.1k
2 个回答

刚clone了一份,然后把markdown的语法从(offline)改成了上面的那个,发现和线上出现的效果是一样的。
估计还是语法不一样吧。先回答了,再研究一下差别。
你看下动图,都是我的猜测。
图片描述图片描述

github的markdown表格不能那样写,参考下面的写法即可:

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column

-----效果-----

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进