【发布时间】:2015-05-06 19:10:44
【问题描述】:
我正在尝试用 gitub 制作一个网站,但遇到了几个问题
- 我有一个 github 存储库https://github.com/yonicd/Elections。在 \images 子目录和 \www 子目录中找到的图像可以很好地加载到 readme.md 但是当我尝试访问github 网页上的相同图像,它们已断开链接
http://yonicd.github.io/Elections/
我正在markdown中写图片链接

如你所见:
https://github.com/yonicd/Elections/tree/master/images
- 当我在 R 中编译 md 代码时,编号列表会正确显示,但是当我从 github 中加载自述文件 html 时,编号列表会在每个编号上重置,请参阅工作表使用区域。
【问题讨论】:
标签: r markdown github-pages github-flavored-markdown