Skip to content

Instantly share code, notes, and snippets.

@becheru
Last active November 28, 2017 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save becheru/307f3edc5732dce63971619b3ebf9e57 to your computer and use it in GitHub Desktop.
Save becheru/307f3edc5732dce63971619b3ebf9e57 to your computer and use it in GitHub Desktop.
MarkDown_Crash_Course

This is h1

This is h2

This is h3

This is h4

This is h5
This is h6

Lists

Un-ordered list

  • First item
    • Inside
      • Inside twice
        1. Gogu
        2. Gigi
  • Second item
  • Inside

Ordered list

  1. First item
  2. Inside 1. Inside twice
  3. Second item
  • Gogu
  • Gigi

Tasks Lists

  • To do
  • To do already done

Emphasis on the text

emphasis or italics

bold

strike out

Links

This is a link to google

This is a link to yahoo

Images

Inline-style: alt text

Reference-style: alt text

Vertical Inline



Code

Code example inline printf("This is an example code")

Code example outline

print("THis is python print")
print("THis is python print")

Tables

Name Age Sex
Alex 28 M
John 28 M
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Quostes

I was saying something when i remembered

John sayd that thig

And then he said another

Another thing

Line separations and paragraphs

Starting Line Second Line (no space due to no free rows)

Third line

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