Skip to content

Instantly share code, notes, and snippets.

@simplay
Last active August 29, 2015 13:57
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 simplay/9642897 to your computer and use it in GitHub Desktop.
Save simplay/9642897 to your computer and use it in GitHub Desktop.
Github markdown cheatsheet
Checkboxes
- [x] A
- [x] B
- [x] C
~~Durchgestrichen~~
FooImage
![NAME](adresse/file.format)
Aliased link to certain lines of code:
[Textt](https://github.com/OWNER/REPOSITORY/COMMIT/path/file.extension#LSTARTINGLINE-ENDINGLINE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment