Created
April 28, 2013 10:09
-
-
Save utx0/5476472 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: post | |
title: "Test Post" | |
date: 2013-04-26 22:12 | |
comments: true | |
categories: | |
--- | |
Testing code blocks: | |
``` ruby TEsting header! | |
class Fixnum | |
def prime? | |
('1' * self) !~ /^1?$|^(11+?)\1+$/ | |
end | |
end | |
``` | |
New: | |
``` bash New code | |
$ sudo make me a sandwich | |
``` | |
Gist example: | |
{% gist 996818 %} | |
https://gist.github.com/5476470 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment