Virtually every single table I make in Trac has a table header that I'd
like to have a certain style (bold). It would be nice if it were
possible to have some syntax in Trac for headers for two reasons:

 * Always typing ||'''Header Text'''|| is cumbersome when you want it on
a whole row
 * We can use CSS in the site's style to style header rows instead of
embedding explicit style at every instance of the table header by hand

Also, on a side note, is it possible to pass parameters to formatting
macros? Because I can achieve the same style effect using a macro like
CSV:

{{{
#!CSV

a,b,c
1,2,3
}}}

But is there a way I can pass options into a macro so that can do things
like style the first row as TH? Or do I need to make a new macro:

{{{
#!CSVHeader

a,b,c
1,2,3
}}}

Jason

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to