From 936a3452acc42d250b3954e6d290a9c5bcc5a62e Mon Sep 17 00:00:00 2001 From: Jiwon Shin Date: Tue, 25 Sep 2018 01:50:57 -0400 Subject: [PATCH] Added markdown cheatsheets Moving links that were in the playground repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d44f5f5..32bac7b 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ Collecting resources related to contributing to Open Source ## Style * [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/) + +## Markdown +* [Cheatsheet by Adam Pritchard](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) +* [Cheatsheet by Github](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)