Hello!!
I have a question in regard to numbered lists in Confluence. I know that numbered lists start over when there are blank lines involved. However, I am trying to create a list that looks like this in mark up:
# numbered line one
# numbered line two
# numbered line three
#* bullet
#* bullet
non bulleted info here
# numbered line 4
This is what generates:
Does anyone know if there is a way to get rid of the indent on the non bulleted line without having the numbers start over on line 4? Entering any kind of blank space restarts the number sequence. Just wondering if there were any tricks out there. I appreciate any help!!
Thanks!
I think there is no possibility doing this via Wiki-markup. If you use plain HTML with the html-Macro you could define the second list's start index:
<ol start="4"> <li>...</li> ... </ol>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this really the only option for continuing a numbered bullet list!?
I am often inserting diagrams/drawings etc in the middle of a bullet list, then the bullet list starts from "1." after the inserted item.
There must be an easier method? Why not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using Confluence 5.7.
I can enter numbered steps by typing #, and I can switch to second-level ordering (lowercase alpha) by typing ##, but when I type #* to switch to a bulleted item, Confluence treats it like plain text. What am I missing?
I end each line by pressing Return.
Also, IS there a way to display the HTML code for a page, and simply edit in HTML? Didn't think I'd be pining for RoboHelp quite so soon . . .
Thanks for all suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
IS there a way to display the HTML code for a page, and simply edit in HTML?
Nancy,
We use the Confluence Source Editor to accomplish what I believe you are asking..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To Jennifer, I guess this is the way I reply to you. I'm assuming Confluence Server means Confluence installed on your own server? I neglected to mention that we are using Confluence on Demand. Does this work with Confluence on Demand? Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tom Erik:
If you enter your object after [Shift]+[Break] the numbered list will go on. But (as already said) the object will be indented then.
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.