Skip to content

Instantly share code, notes, and snippets.

@rwarbelow
Last active April 15, 2019 16:36
Show Gist options
  • Save rwarbelow/8d8a1492e87fc676905a4343fa5c43a6 to your computer and use it in GitHub Desktop.
Save rwarbelow/8d8a1492e87fc676905a4343fa5c43a6 to your computer and use it in GitHub Desktop.

Revisions

  1. rwarbelow revised this gist Jan 28, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mod_0_markdown_practice.md
    Original file line number Diff line number Diff line change
    @@ -11,3 +11,4 @@ Look for the following elements, and under each bullet point, paste an example o
    - 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)
  2. rwarbelow revised this gist Jan 28, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mod_0_markdown_practice.md
    Original file line number Diff line number Diff line change
    @@ -10,3 +10,4 @@ Look for the following elements, and under each bullet point, paste an example o
    - 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!)
  3. rwarbelow created this gist Jan 28, 2019.
    12 changes: 12 additions & 0 deletions mod_0_markdown_practice.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # Markdown Practice

    Take a look at the [Mod 0 Tech Setup](https://gist.github.com/rwarbelow/79a51512e59de2296d69e9d38a334476) 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
    - Links
    - Bold text
    - Auto-numbered lists
    - Greyed text (or inline code)
    - Code blocks