HEADING1(#)

HEADING2(##)

HEADING3(###)

HEADING4(####)

HEADING5(#####)

Inline hightlight

Inline `code` has `back-ticks around` it.

Inline code has back-ticks around it.

> you can *put* **Markdown** into a blockquote.

you can put Markdown into a blockquote.


Multiple lines hightlight

  • ```javascript
var s = "JavaScript syntax highlighting";
alert(s);
  • ```python
s = "Python syntax highlighting"
print s
  • { % hightlight ruby %}

{ % endhightlight %}

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.

Horizontal line

Three or more…

---


Hyphens

***


Asterisks

___


[blog.cheeger.com][url]

blog.cheeger.com

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.