Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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 Jonas Borgström, 20 years ago

Status: newassigned

comment:2 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [920].

comment:3 by Christopher Lenz, 20 years ago

Milestone: 0.90.8

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.