Skip to content

Instantly share code, notes, and snippets.

@kawilliams8
Forked from rwarbelow/mod_0_markdown_practice.md
Last active February 4, 2019 17:45
Show Gist options
  • Save kawilliams8/9b3a3466f5f2499411fa11205e165279 to your computer and use it in GitHub Desktop.
Save kawilliams8/9b3a3466f5f2499411fa11205e165279 to your computer and use it in GitHub Desktop.
Mod 0 Markdown Practice

Markdown Practice

Take a look at the Mod 0 Tech Setup instructions. Next, click the Raw button and compare the raw markdown to how the gist displays.

Look for the following elements, and under each bullet point, paste an example of the markdown that creates each.

  • Headings of various sizes

Mod 0 Tech Setup

  • Links Sublime

  • Bold text You're Done!

  • Auto-numbered lists

  1. New to Mac?
  2. Installing a Text Editor
  3. Installing Xcode
  4. Installing Homebrew
  5. Installing Git
  6. Configuring Git
  7. Downloading Chrome
  • Greyed text (or inline code) Command + Space

  • Code blocks

xcode-select --install
  • Bullet point lists (this one is not included in the Mod 0 Tech Setup, but it is in this gist!)

  • ...Bullet point lists...

  • ...Images...

  • Images (also not included in the Mod 0 Tech Setup, but use your Googling skills to find how to do this, then add an image below) GitHub Logo Format: Alt Text

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