Syntax Highlighter

I finally added an app to my blog that allows me to publish code directly.  This is the SyntaxHighlighter Evolved plugin that I found through the WordPress Plugin page.

As an example I can print python code:

print "Hello World"

I can also print c++ code:

cout << "Hello World";

While it may not look terribly impressive with my two examples, I expect that in the near future I’ll be posting more code into my posts where the formatting will be more useful. I’ve wanted this capability for some time but finding the right syntax highlighter for my needs took a while. I’m quite pleased with the out-of-the-box performance and all the great options it gives me.

Share
This entry was posted in Uncategorized and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>