Markdown Syntax
Head
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 %}
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
Horizontal line
Three or more…
---
Hyphens
***
Asterisks
___
Link [text][url]
[blog.cheeger.com][url]
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.