Modify ↓
Ticket #759 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
CSS syntax highlighting in wiki pages
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | shane.holloway@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
We were documenting some examples that involve CSS, but noticed that Trac doesn't currently support in-wiki syntax highlighting for CSS. CSS files in the svn repository highlight just fine though.
Example wiki inline:
* { image: ''; font-size: medium; fgcolor: inherit; bgcolor: inherit; } slideshow { bgcolor: blue; fgcolor: white; } slideshow > title { font-size: 80pt; } slide { bgcolor: black; fgcolor: yellow} point#special { font-size: xx-large; fgcolor: red; }
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Status changed from new to assigned
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 8 years ago by cmlenz
- Milestone changed from 0.9 to 0.8
Note: See
TracTickets for help on using
tickets.



Fixed in [920].