Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3245 closed defect (worksforme)

Continuation lines for numbered lists don't work correctly

Reported by: daveroth@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.9.5
Severity: normal Keywords: numbered list
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Formatting for list lines that are broken across multiple lines doesn't work correctly if the list element is not at the first element.

 1. This is a very long line at 
    the first level, which works correctly.
    1. But this line at the second level, which
       is also continued on the next line, does not.

results in

  1. This is a very long line at the first level, which works correctly.
    1. But this line at the second level, which is also continued on the next line, does not.

However, it can be made to work by lining up the continuation line with the period, like so.

 1. This is a very long line at 
    the first level, which works correctly.
    1. But this line at the second level, which
     is also continued on the next line, does not.
  1. This is a very long line at the first level, which works correctly.
    1. But this line at the second level, which is also continued on the next line, does not.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: worksforme
Status: newclosed

Works in recent trunk versions (i.e. more recent than the one this Trac is using at the time you created the ticket).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.