Defect #18032
open
Continued numbered lists (#_) are not working as the textile syntax expects
Added by Michel Behr about 10 years ago.
Updated over 9 years ago.
Description
- Item 1
Some text
#_ Item 2 (counting continued from the last Item, with the #_ marker)
Some text
#_ Item 3 (counting continued from the last Item, with the #_ marker)
Each item should be rendered as 1, 2, 3, but this is not happening.
- Related to Defect #6992: wrong list number after table added
Textile also specifies starting numbering from specified number like this:
!# Item 1 (ignore the exclamation mark)
random text
#4 Item 2
Result should look like this:
1. Item 1
random text
4. Item 4
hello, i was confronted with the same problem but i think, i managed to solve it (with space on the following line after "#"; "_" means a space, because otherwise it would not display it riht):
written:
# first item
_description of the first item
# continuing the list with item 2
## this is item 2.2.
if you want a break between for between example 1. and 2. (please mind, "_" is a space the linebreak is " "):
# first item
_
# second item
displays:
- first item
description of the first item
- continuing the list with item 2
- this is item 2.2.
if you want a break between for example between 1. and 2. (please mind, "_" is a space the linebreak is " "):
- first item
- second item
i hope its not too late (and sorry i had to correct it several times), cheers
- Related to Defect #24396: Continuing_a_list_item_after_a_sub-item added
Also available in: Atom
PDF