Defect #2038
closed
Italics in wiki headers show-up wrong in the toc
Added by David Holm about 16 years ago.
Updated about 14 years ago.
Description
When using italics in a wiki header they will show up with the underscore characters printed in the toc.
Steps to reproduce:¶
Produce a new wiki page as such:
h1. My New Page
{{toc}}
h2. _Subheader_
Expected result:¶
Subheader should be shown as "Subheader" in the toc.
Actual result:¶
The underscores are printed in the toc and Subheader is shown as "_Subheader_"
Files
Oops, "who" in the defect subject should be "show"! ;)
- Subject changed from Italics in wiki headers who up wrong in the toc to Italics in wiki headers show-up wrong in the toc
Corrected subject, wrapped wiki-source in pre
-tags and added headings to make the issue more readable...
- Affected version (unused) changed from 0.7.3 to devel
- Affected version deleted (
0.7.3)
Reproduced on devel branch. Seems similar to #5445 resolved yesterday, I think this is a larger issue, all inline styles are not displayed correctly in TOC...
- Status changed from New to Closed
- Resolution set to Fixed
Testing this shows fixed by #5445. Marking as closed.
- Status changed from Closed to Reopened
- Resolution deleted (
Fixed)
Attached a temporary patch to fix it, but I don't think it should be committed for the moment.
As discussed on the IRC channel, maybe {{toc}}
should be completely rewritten since it's similar to a macro in some way, and in some way not (especially for #3707). Plus, this patch does not handle the case of "redmine links" in titles (fixing it the same way would provoke "stack level too deep" errors..).
- Status changed from Reopened to Closed
- Target version set to 1.1.0
- Resolution set to Fixed
Also available in: Atom
PDF