Skip to content

Instantly share code, notes, and snippets.

@trey
Created July 29, 2008 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trey/3158 to your computer and use it in GitHub Desktop.
Save trey/3158 to your computer and use it in GitHub Desktop.
Markup guide (in Markdown)

Markup Guide

Use this to determine what different elements in your markup will look like.

This idea stolen from Dave Shea.


First Level Heading (h1)

Second Level Heading (h2)

Third Level Heading (h3)

Fourth Level Heading (h4)

Fifth Level Heading (h5)
Sixth Level Heading (h6)
  • Unordered List
  • with some
  • items in it
  1. Ordered List
  2. with numerically
  3. relevant items

A Blockquote

With a couple of lines in it.

A pre-formatted code block:

#wrapper {
  width: 800px;
  margin: 0 auto;
  background: #fff;
}

Here's an example of some inline code like so: rm -rf ~/

A big ol' Paragraph -- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment