﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
5456,Wiki formatting is not properly displayed in referenced ticket,rjollos,rjollos,"I added the following comment to one of my tickets:

---

 1. Complete the following tickets.
   1. Ticket #39
   1. Ticket #54
   1. Ticket #55
   1. Ticket #56 
 1. Merge all development work from version 0.1 into the trunk and destroy the development branches.

---

The actual wiki markup is:
{{{
 1. Complete the following tickets.
   1. Ticket #39
   1. Ticket #54
   1. Ticket #55
   1. Ticket #56 
 1. Merge all development work from version 0.1 into the trunk and destroy the development branches. 
}}}

When I look at ticket `#55` I see exactly:

{{{

This ticket has been referenced in ticket #66:

    ... Complete the following tickets.

   1. Ticket #39
   2. Ticket #54
   3. Ticket #55
   4. Ticket #56 

   1. Merge all development work from version 0.1 into the trun...

}}}

The issues here are:

 1. The indentation of the comment in `ticket #55` not correct.
 1. A linebreak has been added, which probably results in issue `#3`.
 1. The list numbering is not correct.
",defect,new,normal,TracBacksPlugin,normal,,,,0.11
