| From: Dave Herman (dherman at ccs.neu.edu) Date: Thu Aug 28 17:04:54 EDT 2008 |
|
> I didn't see a very good way to do this, so I've added a dummy
> component that I'm responsible for, and made that the default.
Thanks!
> How are you looking at source code in trac?
In the text of bug reports, I often write snippets of code. With Trac
you can write preformatted text by writing:
{{{
(define foo 42)
}}}
But with the right plugins, you can also write:
{{{
#!scheme
(define foo 42)
}}}
and it formats the text nicely.
Thanks,
Dave
| Posted on the users mailing list. |
|