Show Menu
Cheatography

HEAD­ERS

 
# This is <h1> tag
 
## This is <h2> tag
 
#### This is <h4> tag

Bold, Italics and highlight

 
** This text will be in bold **
 
_This text will be in italics _
 
This `text` will be highli­ghted
 
This ~~ text ~~ will struck out

BLOCKQ­UOTES

 
As Grace Hopper said:
 
> I’ve always been more interested
> in the future than in the past.
 

Unordered Lists

 
* Item 1
* Item 2
* item 3
 ­ ­ ­ ­ * item 3a
 ­ ­ ­ ­ * item 3b

Ordered Lists

 
1. item 1
2. item 2
3. item 3
 ­ ­ ­ ­ a. item 3a
 ­ ­ ­ ­ b. item 3b

TABLE

You can create tables by separating elements with |.
Separate first row using hyphen -.
First Header | Second Header
----        |       -----
1    |   2
3    |   3
 

Image

 
 
![Github Logo] [logo]
[logo]: (url "­hover text")

Link

 
[Google] (http:­//w­ww.g­oo­gle.com)
 
[Google] [1]

CODEBLOCK

 
```python
def print (str)
 ­ ­ ­ ­pri­nt(str)
```
           
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          HTTP Status Codes Cheat Sheet
          Markdown Cheat Sheet