I'm looking for a syntax highlighter cum code formatter for my blog on BlogSpot. I've tried several today, but the all want to include tags, or reference a stylesheet. I'm looking for one that is ideal for segments of code, and includes styling inline. Any suggestions?
feedback
|
|
You can always copy the extra few bytes of styling for, say, a Pygments highlighter (which really is quite excellent) into the | |||||||
feedback
|
|
The project referenced above has moved: Instructions for using it on Blogger: | |||
|
feedback
|
|
Try this one: http://code.google.com/p/syntaxhighlighter/ | |||
feedback
|
|
I use SyntaxHighlighter Javascript Library. It's really easy to add and use. here's more information on it that might help others out: http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html | |||
|
feedback
|
|
I had this exact problem. I wrote an image formatter for Pygments (included in the core distribution). Please don't hate me for such an abomination, but yes, it renders the highlighted code as a png or jpg or whatever you want. So it has no external dependencies etc.
I try to make sure that I always link a plain text version of the source for people copy-pasting. | ||||
|
feedback
|
|
If you are concerned about performance and looking for a non Javascript based syntax highlighter for Blogger, you can check the link I have provided. It uses only CSS / HTML and is suitable for all programming languages. | |||
|
feedback
|