AsciiDoc Notes
生活随笔
收集整理的這篇文章主要介紹了
AsciiDoc Notes
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
文章目錄
- 1. Add Image
- Local
- Network
- 2. Add Link
- 3 .Comparison with Markdown
- 4. Reference
1. Add Image
Local
Step 1 : Add code below into .adoc file
image::example.PNG[diagram]
Step 2: Create an image file, in the specified folder, that is named after the AsciiDoc file
For example
mission-control-information-server\src\main\asciidoc\images\example.PNG
reference
Network
image::http://asciidoctor.org/images/octocat.jpg[GitHub mascot]
2. Add Link
https://www.google.com/[google]
3 .Comparison with Markdown
reference 1
reference 2
| Link with label | [AsciiDoc](http://asciidoc.org) | http://asciidoc.org[AsciiDoc] |
| Local Image |  | image::example.PNG[diagram] |
| Network Image | [click to baidu](http://www.baidu.com) | https://www.google.com/[google] |
4. Reference
asciidoctor official site
總結
以上是生活随笔為你收集整理的AsciiDoc Notes的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Flutter之实现生成二维码,扫描二维
- 下一篇: Android提示音大全,个性提示音下载