Markdown Example

This is a simple paragraph containing markup for italics and bold. It also includes a couple of hyperlinks: The Pragmatic Programmers and TextMate.

We can insert quoted text just like this.

	or even include
		  code, poetry, or
		anything else that is preformatted
	
   

Lists

Markdown also supports lists, of course. You can have unordered:

or ordered:

  1. first
  2. second
  3. third

You can even nest:

  1. Editing
    1. Projects
    2. Moving Around
    3. Find and Replace
  2. Automations
    1. Built-In Automations
    2. Snippets
    3. Macros
    4. Commands