I added the following comment to one of my tickets:
---
- Complete the following tickets.
- Ticket #39
- Ticket #54
- Ticket #55
- Ticket #56
- 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:
- The indentation of the comment in ticket #55 not correct.
- A linebreak has been added, which probably results in issue #3.
- The list numbering is not correct.