Defect #3020
Problem with wiki formatting for inline code with "@" characters
| Status: | Closed | Start date: | 2009-03-21 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | - | |||
| Affected version: | Resolution: | Duplicate |
Description
When you use wiki formatting for inline code like this:
@<sample text>@
you get something like this:
<sample text>
I mean characters "<" and ">" gets translated to entities.
If the text below looks OK, it means the bug was corrected on redmine.org:
<sample text>
No such problem with <bold> or <italic> formatting.
Related issues
History
Updated by Jean-Baptiste Barth almost 3 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicates #1416 ; the simplest solution is to use pre/code tags for the moment.