Skip to content

Instantly share code, notes, and snippets.

@dawnlunacy
Forked from rwarbelow/mod_0_markdown_practice.md
Last active March 29, 2019 07:52
Show Gist options
  • Save dawnlunacy/94b8157f13d8e1193ed224dbb1edfcb1 to your computer and use it in GitHub Desktop.
Save dawnlunacy/94b8157f13d8e1193ed224dbb1edfcb1 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 this video

  • Bold text front-end student

  • 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)
xcode-select --install
  • Code blocks git config --global user.name "Alan Turing" git config --global user.email [email protected]

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

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

  • Headings of various sizes

  • Links

  • Bold text

  • Auto-numbered lists

  • Greyed text (or inline code)

  • Code blocks

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

  • 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)

  • 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)

A test image

Keep Studying!

Markdown Monster icon

 <img class="js-photo-page-image-img" alt="Black Cat Holding Persons Arm" data-pin-media="undefined" src="https://images.pexels.com/photos/1049764/pexels-photo-1049764.jpeg?auto=compress&amp;cs=tinysrgb&amp;h=750&amp;w=1260" srcset="https://images.pexels.com/photos/1049764/pexels-photo-1049764.jpeg?auto=compress&amp;cs=tinysrgb&amp;h=650&amp;w=940 940w, https://images.pexels.com/photos/1049764/pexels-photo-1049764.jpeg?auto=compress&amp;cs=tinysrgb&amp;h=750&amp;w=1260 1260w, https://images.pexels.com/photos/1049764/pexels-photo-1049764.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940 1880w, https://images.pexels.com/photos/1049764/pexels-photo-1049764.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=750&amp;w=1260 2520w" style="background: rgb(147, 134, 125); max-height: 75vh; max-width: calc(113.235vh); min-height: 300px; min-width: calc(452.941px);" data-zoom-initiated="true">
 
 ![Kitten](/media/2018/08/kitten.jpg "A cute kitten")
 
 <img src="/media/2018/08/kitten.jpg" alt="Kitten"
title="A cute kitten" width="150" height="100" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment