Opened 12 years ago
Last modified 2 years ago
#11526 new defect
New style italics markup doesn't render correctly with CamelCase words
| Reported by: | Ryan J Ollos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-stable-1.6.x |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The new-style italics markup // seem to have an issue:
//WikiStart and CamelCase// [[BR]] ''WikiStart and CamelCase''
WikiStart and CamelCase//
WikiStart and CamelCase
Attachments (0)
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I think the CamelCase// part is because source:tags/trac-1.0/trac/wiki/api.py@12553:344#L342 allows a trailing / as part of hierarchical WikiPageNames. (E.g. TracDev/PluginDevelopment/ExtensionPoints/)
The //WikiStart part is because source:tags/trac-1.0/trac/wiki/api.py@12553:357-360#L342 disallows WikiPageNames after / characters. (Since #1838?)
comment:3 by , 9 years ago
| Milestone: | next-stable-1.0.x → next-stable-1.2.x |
|---|
Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.
comment:4 by , 5 years ago
| Milestone: | next-stable-1.2.x → next-stable-1.4.x |
|---|



Confirmed on 1.0-stable @ r12553.