-
Suggestion
-
Resolution: Unresolved
-
None
-
Windows Advanced Server, JDL 1.4.2, Tomcat
-
3
-
3
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Currently, in the rich text editor, if one uses a number list and then uses, say, a bullet, and then continues with a number list, the numbering restarts. We would like to be able to continue the numbering when that happens.
Summary
When using numbered lists we, as a user, might need to insert complex text formatting between list numbers. Currently, this is only possible by using the SHIFT+ENTER method, which indents the text.
Why is this important
Numbered lists may require complex text formatting within each list number (technical documents for example) and using the SHIFT+ENTER option indents text and can break the visual parameters needed for the documentation.
Also, having a feature that allows the user to simply determine that the numbered list count should start from where it left prior to this moment is easier than using SHIFT+ENTER with each line break.
Workaround
Use SHIFT+ENTER to create a new line without affecting the numbering.
- relates to
-
CONFSERVER-15802 Using headings in a numbered list will cause the numbers to continue down the list with indented headings
-
- Closed
-
-
CONFCLOUD-7794 Implement a feature that allows to continue numbering on numbered lists
- Closed
-
CONFSERVER-1929 Support #.#.# numbering notation for nested lists
- Closed
-
CONFSERVER-7504 Should be able to create alpha lists and alpha numeric lists (alphabetic list items)
- Closed
- Wiki Page
-
Wiki Page Loading...
Form Name |
---|
[CONFSERVER-7794] Implement a feature that allows to continue numbering on numbered lists
UIS | Original: 2 | New: 3 |
UIS | Original: 3 | New: 2 |
UIS | Original: 2 | New: 3 |
Support reference count | Original: 1 | New: 3 |
UIS | Original: 3 | New: 2 |
Remote Link | New: This issue links to "Page (Confluence)" [ 943964 ] |
UIS | Original: 6 | New: 3 |
UIS | Original: 3 | New: 6 |
I already know about using SHIFT-ENTER but my main gripe is that if I want to indent a Numbered List, this new list starts with Alpha characters.
In HTML coding, you can specify Type="<value"> in the <OL> line - see example code below:
<ol type="1">
<li> This starts numbering with digits e.g. 1) </li>
<ol type="1">
<li> This starts indented numbering with digits e.g. 1) </li>
</ol>
</ol>
However Confluence does not support this. Why not?