JackHQ

0 notes

Github enables Syntax Color to your Project Readme Files

Github, just rolled out another awesome feature, now you can easily add colorized code examples in your readme, also you don’t have to create four spaced blocks for your code.

Read More

Here is my markdown:

And here is my readme on github:

SWEET!

It would be awesome if tumblr and other blogs followed this example and would make it much easier to add code snippets and examples into the blog post.

“` ruby

puts “Hello!!!”

“`

puts "Hello!!!"