Rob*_*obe 5 github org-mode gitlab readme
这里描述了一种向 Github 中的 Markdown 文件添加图像的方法。但是,我想将图像添加到*.org
Gitlab 中的文件(Github 和 Gitlab 支持README.org
文件,因此两者的解决方案应该相同)。我试过了:
[[file:./path/to/file.svg]]
[[sometext][file:./path/to/file.svg]]]
[[file:./path/to/file.svg]][sometext]]
Run Code Online (Sandbox Code Playgroud)
Markdown 的格式也不起作用:

Run Code Online (Sandbox Code Playgroud)
建议使用现在删除的答案
![][1]
[1]: ./path/tofile
Run Code Online (Sandbox Code Playgroud)
这也不起作用。
正确的做法是什么?
Insettinghtml
两个Gitlab和Github的作品。
#+html: <p align="center"><img src="path/to/file" /></p>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
3438 次 |
最近记录: |