I'm all about Ember.js recently

Code Syntax Highlighting

I realized this would be a key feature of any blog that aims to include code snippets in posts right after my friend, Bronson, told me so. With Wordpress, it seems, the problem is not that there are no tools for a certain task but that there are too many. Anyway, I finally found this one to perfectly suit my needs. It supports a plethora of programming/markup languages and the only thing you should add to your code blocks, is a lang attribute to the <pre> like so:

   
    (ruby code comes here)
   

My code in my earlier post looks a lot better, doesn’t it?