Skip to content

Instantly share code, notes, and snippets.

@joshleichtung
Last active February 24, 2018 02:07
Show Gist options
  • Save joshleichtung/901435fe54b24698022ccc6e93cb2332 to your computer and use it in GitHub Desktop.
Save joshleichtung/901435fe54b24698022ccc6e93cb2332 to your computer and use it in GitHub Desktop.
How to make a gist and use markup

Getting Started

Basics of Markdown

  • To make a header, start your line with a "#"
  • To make smaller headers, h2, h3, etc... just repeat that character - eg "##"
  • To make a bulleted list, start the line with a "*"
  • To make a link put the text you want to display in [] and put the url in ()
  • Add an image with ![alt-text](http://image-url.com) ** Eg ![Markdown](http://bit.ly/2otL1Rl)

Markdown

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