Project

General

Profile

Actions

Defect #18032

open

Continued numbered lists (#_) are not working as the textile syntax expects

Added by Michel Behr over 9 years ago. Updated over 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

  1. 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 issues

Related to Redmine - Defect #6992: wrong list number after tableNew2010-11-27

Actions
Related to Redmine - Feature #18397: Outline numberingNew

Actions
Related to Redmine - Defect #24396: Continuing_a_list_item_after_a_sub-itemClosed

Actions
Actions #1

Updated by Toshi MARUYAMA over 9 years ago

  • Related to Defect #6992: wrong list number after table added
Actions #2

Updated by John Wilcox over 9 years ago

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

Actions #3

Updated by Toshi MARUYAMA over 9 years ago

Actions #4

Updated by luk sak over 8 years ago

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:

  1. first item
    description of the first item
  2. continuing the list with item 2
    1. 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 " "):

  1. first item
     
  2. second item

i hope its not too late (and sorry i had to correct it several times), cheers

Actions #5

Updated by Toshi MARUYAMA over 7 years ago

  • Related to Defect #24396: Continuing_a_list_item_after_a_sub-item added
Actions

Also available in: Atom PDF