Cheatography
https://cheatseheet.pages.dev
**Markdown** allows you to style and format your cells. It is basically just regular text with a few non-alphabetic characters like * and !.
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Headers
# biggest |
## big |
### small |
Emphasis
Bold |
Italic |
** |
* |
Example : I am bold |
Example : I am italic |
|
|
Unordered Lists
* Item 1
* Item 2
* Item 2a
* Item 2b
or
- Item 1
- Item 2
|
|
|
Ordered Lists
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b
|
|