Code Formatting On The Site

Code Formatting On The Site

in
How hard is it to post Obj-C code in an article? We'll find out now. I'm experimenting with the Javascript based dp.SyntaxHighlighter library, and the GeSHi PHP library to see which will work better on the site. One good thing that came out of this is that I wound up writing an Obj-C plugin for dp.SyntaxHighlighter that could be given back to the community. I'd like to be able to use code tags for inline code like this: NSArray* names = [[NSArray alloc] init]; and use the blockcode tag for block sections like this: How's this look? Last I checked, IE didn't like the blockcode tags, and I couldn't force it to display normally with CSS either.