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");
});
You can render your code with various styles.
$.ajax({
url: "test.html",
context: document.body
}).done(function() {
$(this).addClass("done");
});
Well, congratulations, if you can see this, jekyll is up and running, and if the content is styled correctly, internal linking is working.