Syntax Highlight

You can render your code with various styles.

Color variations

github

$.ajax({
    url: "test.html",
    context: document.body
}).done(function() { 
    $(this).addClass("done");
});

Hello World!

Well, congratulations, if you can see this, jekyll is up and running, and if the content is styled correctly, internal linking is working.