Quote More …”>

PND4

/dev/notes

Markdown Template

A template for markdown posts. Covers some frequently used syntax.

Images

Markdown
1
<img class="center" src="/images/that-image.jpg">

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

Octopress.Org

[^1]: Octopress Documentation [^2]: Wordpress Markdown Reference