Is it possible to create nested lists?

Grzegorz Prokopczyk April 11, 2023

Hello!

I'd like to know if it's possible to create nested lists in Confluence. I know I can change indentation level like this:

  1. top-level
    • next-level
  2. top-level again

I want to achieve something like this:

  1. introduction text:
    • item 1
    • item 2
      more text within point 1.

However, I'd like the "more text within point 1." line to have the same indentation level as "introduction text" instead of being a separate line in the second bullet point ("item 2"). So far I couldn't find a way to achieve such formatting.

Here is the HTML corresponding to the formatting I'd like to achieve:

<ol>
<li>
introduction text
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
more text within point 1.
</li>
</ol>

 

1 answer

0 votes
Connor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 18, 2023

Hi @Grzegorz Prokopczyk I tested and was also not able to achieve your desired formatting. I suspect this is not possible.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events