Skip to content

Instantly share code, notes, and snippets.

@vitalkanev
Last active July 21, 2017 12:01
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 vitalkanev/65dd26cdce237fdbef082b6f4c106fb7 to your computer and use it in GitHub Desktop.
Save vitalkanev/65dd26cdce237fdbef082b6f4c106fb7 to your computer and use it in GitHub Desktop.
Sample markdown file.

MarkDown stuff

Click Raw at the top for more!

Headings

# Heading 1
## Heading 2
...
###### And so on until heading 6

RESULT

Heading 1

Heading 2

...

And so on until heading 6

Links

[Link](https://github.com)

RESULT

Link

Images

![Image](https://i.imgur.com/Wr1odLk.png)

RESULT

Image

It's my desktop... 😏

Tables

| Name | Data | And so on |
|------|------|-----------|
| John | Doe | BLah blah blah|
| Andrew | also | makefiles? |

RESULT

Name Data And so on
John Doe BLah blah blah
Andrew also makefiles?

Codelines

`Monospace text` and so on without them

RESULT

Monospace text and so on without them

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