Using CheatSheets To Apply Best Practices

Markdown Cheatsheet

Markdown Cheatsheet

1.1 Markdown

Name Command
Add links [Some Text](https://www.google.com)
Add image ![alt text](https://github.com/XXX/my.png "Logo Title Text 1")
Add code snippet Inline `code` ., ```python ...```
Add YouTube video [![Some Text](http://img.youtube.com/XXX.jpg)](http://www.youtube.com/watch?v=XXX)
Add emoji icon :smiley:, :(
Add header 1 =======, # h1
Add header 2 -------, ## h2
Add Blockquotes > XXX
Add items of a list - Item XXX, * Item XXX
Emphasis *italic*, _italic_, **bold**, __bold__
Reference Link: Markdown cheat sheet – paperhive, Link: Markdown Cheat Sheet – markdownguide


Leave a Reply

Your email address will not be published. Required fields are marked *