A template for markdown posts. Covers some frequently used syntax.
Images
1
|
|
Quote
More.
Notes.
Code
example.sh
#!/bin/bash
test 1 -eq 1 && echo true || echo false
You can also insert preformatted text
using backtick's.
Also see Octopress's Documentation[^1]
List
- item 1
- item 2
- item 3
References
See Wordpress's Cheatsheet[^2] for more examples of Markdown.
Useful Links
[^1]: Octopress Documentation [^2]: Wordpress Markdown Reference