Modify ↓
#129 closed enhancement (duplicate)
Customize CSS class of Wiki-stuff
| Reported by: | Stephen <trac@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I'd really like to be able to control what classes are assigned to elements as they are outputted from the Wiki, so a certain PRE or TABLE block can be formatted differently then others.
Attachments (1)
Change History (6)
comment:1 Changed 9 years ago by jonas
- Milestone set to 1.0
Changed 8 years ago by anonymous
comment:2 Changed 7 years ago by sid <sid.wiesner@…>
comment:3 Changed 7 years ago by piopatrick_villaver@…
yup
comment:4 Changed 6 years ago by cboos
- Resolution set to duplicate
- Status changed from new to closed
Superseded by #2048.
comment:5 Changed 6 years ago by cboos
- Milestone 1.0 deleted
Note: See
TracTickets for help on using
tickets.



This ticket is quite old, but the original intent of this ticket seems to have been accomplished. You can add custom CSS now — see TracInterfaceCustomization and you can also use the HTML WikiProcessors to output any HTML tags that are desired, including adding a class for custom CSS.
You still can't use normal WikiFormatting to add a custom CSS class, but this desired behavior seems to be the exception not the rule and using the WikiProcessors will probably be okay.