[JIRA 小技巧] 在comment里追加图片

来源:互联网 发布:如何带新人 知乎 编辑:程序博客网 时间:2024/04/29 00:14

在两个叹点之间追加图片的名称或链接.


Images can be embedded into a wiki renderable field from attached files or remote sources.

NotationComment!http://www.host.com/image.gif! 
or 
!attached-image.gif!Inserts an image into the page.

If a fully qualified URL is given the image will be displayed from the remote source, otherwise an attached image file is displayed.

!image.jpg|thumbnail!

Insert a thumbnail of the image into the page (only works with images that are attached to the page).

!image.gif|align=right, vspace=4!

For any image, you can also specify attributes of the image tag as a comma separated list of name=value pairs like so.

0 1