【发布时间】:2018-01-13 06:14:33
【问题描述】:
here 描述了一种在 Github 中向 markdown 文件添加图像的方法。但是,我想将图像添加到 Gitlab 中的 *.org 文件中(Github 和 Gitlab 都支持 README.org 文件,因此两者的解决方案应该相同)。我试过了:
[[file:./path/to/file.svg]]
[[sometext][file:./path/to/file.svg]]]
[[file:./path/to/file.svg]][sometext]]
Markdown 的格式也不起作用:

现在已删除的答案建议使用
![][1]
[1]: ./path/tofile
这也不起作用。
正确的做法是什么?
【问题讨论】:
标签: github gitlab org-mode readme