Quote:The two extension use the same highlight library, GeShi. Why don't you use the code like:
Oh i didn't know they are the same.
I used <csharp> tag but its not very readable and on geshi demo page it looks ok.
Now that i have a better look at it i noticed that on wiki.kooboo.com
Under
font-family it only has monospace which looks bad.

Uploaded with
ImageShack.usAnd on the geshi demo page
http://www.mediawiki.org/wiki/Extension:GeSHiHighlightit is like this:
Code:
div.mw-geshi div, pre{
font-family:monospace,"Courier New" !important;
}
It looks much better.

Uploaded with
ImageShack.usAnyway if you can configure a more readable font that would be great.