Skip to content

Instantly share code, notes, and snippets.

@pngan
Last active May 12, 2018 01:45
Show Gist options
  • Select an option

  • Save pngan/b6888950f611e7648e8d7d23aa9dfbf4 to your computer and use it in GitHub Desktop.

Select an option

Save pngan/b6888950f611e7648e8d7d23aa9dfbf4 to your computer and use it in GitHub Desktop.
Cheatsheet for github markdown

Heading 1

Heading 2

# Heading 1
## Heading 2

Use the code this.IsCode() to find code.

Use the **code** `this.IsCode()` to _find code_.

  • List item one
  • List item two
    • A nested item
    - List item one
    - List item two
        - A nested item

  1. List item one
  2. List item two
    1. A nested item
    1. List item one
    1. List item two
        1. A nested item

{
    this.IsCode();
}
```
{
    this.IsCode();
}
```

Key Value
A B
C D
E F
G H
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column

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