When I insert a picture into a list, basically it's only have three status.
First, the picture is in the same line with that list, just like this
Second, the picture is in the new point, just like this
Third, the picture is out of list, just like this
But I want this picture belongs to the list, and belongs to a point, just like this
please notice that there is a tab before the picture, and it shows that this picture belongs to the "one"
How can I do like this in Confluence Server?
Hi @FlintyLemming ,
Do you want to display this picture as a thumbnail?
Could you provide more information to describe this feature and you can also use Chinese here.
您好,我并非是想要改变图片显示方式(比如您说的 thumbnail),而是想改变图片的显示位置。以下请允许我用 markdown 来具体表达我的需求。
简单来说,我希望图片能像以下方式显示:
1. one

2. two
3. three
注意图片前面的这个 table 字符,他可以让这张图片显示在第一点的下方,同时并不影响下面的排序。因为此时该图片是属于第一点内的。
为了方便,我再附上相同意思的 HTML 代码
<html>
<body> <article id="0" class="page sans"> <header> </header> <div class="page-body"> <ol id="a" class="numbered-list" start="1"> <li>one<figure id="alpha" class="image"><a href="图片名称"><img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" /></a></figure> </li> </ol> <ol id="b" class="numbered-list" start="2"> <li>two </li> </ol> <ol id="c" class="numbered-list" start="3"> <li>three</li> </ol> </div> </article></body>
</html>
但是 Confluence Server 里,可能是我不会操作,我只能实现以下三种情况
1. one 
2. two
3. three
1. one
2. 
3. two
4. three
1. one

1. two
2. three
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence supports inserting content in markdown
https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html
https://confluence.atlassian.com/doc/html-macro-38273085.html
可以试试通过宏能否解决你的问题。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
请继续关注社区中其他伙伴是否有更好解决方案。
您也可以在我的个人信息中看到联系信息,诚邀您加入上海ACE社区!
You're one step closer to meeting fellow Atlassian users at your local event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.