In Jira, how do I put a text after a nested list in the context of the current numbered top level list? I have problems with indentation and numbering.
Desired:
1. one
Text before nested list
• List item
• List item
Text after nested list
2. two
Without empty line before "Text after nested list" I get wrong indent:
1. one
Text before nested list
• List item
• List item
Text after nested list
2. two
With empty line I also have wrong number:
1. one
Text before nested list
• List item
• List item
Text after nested list
1. two
In the new Jira issue experience, you can use the tab key to indent to create a sub-list.
Just use Tab for indent and SHIFT Tab for outdent, works fine.
From the top navigation bar select Administration > System. Go to the User Interface section (in the left-side menu) and select Rich text editor. Select the Enable rich text editing for users toggle to enable or disable the editor.
You could do a work around like
# one {panel:borderStyle=none}
Text before nested list
* list item
* list item
Text after nestes list {panel}
# two
You apparently would get kind of additional line breaks around the panel (margin), but if that doesn't bother you, you're good to go. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With