Cheatography
https://cheatography.com
HEADERS
| |
# 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 highlighted |
| |
This ~~ text ~~ will struck out |
BLOCKQUOTES
| |
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://www.google.com) |
| |
[Google] [1] |
|
CODEBLOCK
| |
```python |
def print (str) |
print(str) |
``` |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets