#3245: Continuation lines for numbered lists don't work correctly
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       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/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to