Last active
April 15, 2019 16:36
-
-
Save rwarbelow/8d8a1492e87fc676905a4343fa5c43a6 to your computer and use it in GitHub Desktop.
Revisions
-
rwarbelow revised this gist
Jan 28, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) -
rwarbelow revised this gist
Jan 28, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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!) -
rwarbelow created this gist
Jan 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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