[Trac-tickets] [The Trac Project] #3245: Continuation lines for numbered lists don't work correctly

The Trac Project noreply at edgewall.com
Fri Jun 9 00:17:29 CDT 2006


#3245: Continuation lines for numbered lists don't work correctly
------------------------------+---------------------------------------------
 Reporter:  daveroth at acm.org  |       Owner:  jonas        
     Type:  defect            |      Status:  new          
 Priority:  normal            |   Milestone:               
Component:  wiki              |     Version:  0.9.5        
 Severity:  normal            |    Keywords:  numbered list
------------------------------+---------------------------------------------
 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.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3245>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list