Modify ↓
#759 closed enhancement (fixed)
CSS syntax highlighting in wiki pages
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | 0.8 |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | shane.holloway@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (3)
comment:1 by , 20 years ago
Status: | new → assigned |
---|
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 20 years ago
Milestone: | 0.9 → 0.8 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in [920].