Feature #18397
Outline numbering
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
Description
Ordered lists look like this at the moment: 1. Masteritem 1 1. subitem 1 2. subitem 2 3. subitem 3 2. Masteritem 2 It would be nice if they would look like this: 1. Masteritem 1 1.1. subitem 1 1.2. subitem 2 1.3. subitem 3 2. Masteritem 2
Of course, this should be configurable globally and per project.
Related issues
History
#1
Updated by Toshi MARUYAMA about 8 years ago
- Related to Defect #18032: Continued numbered lists (#_) are not working as the textile syntax expects added
#2
Updated by Andrey Evdokimov almost 8 years ago
+1
#3
Updated by Wim DePreter almost 8 years ago
I don't think this should be a global setting, but another wiki-syntax
f.e.
# item 1 ## subitem 1.1 ## subitem 1.2 ## subitem 1.3 # item 2 #.# subitem 2.1 #.# subitem 2.2 #.# subitem 2.3
gives
1. item 1 1. subitem 1.1 2. subitem 1.2 3. subitem 1.3 2. item 2 2.1. subitem 2.1 2.2. subitem 2.2 2.3. subitem 2.3
#4
Updated by Andrey Evdokimov almost 8 years ago
Wim, this syntax doesn't work.
#5
Updated by Toshi MARUYAMA almost 8 years ago
- Description updated (diff)