Markdown Cheat Sheet
Markdown Cheat Sheet
# H1 # This is an H1
Heading ## H2 ## This is an H2
### H3 ### This is an H3
Table | Dashes with pipes | to separate Dashes to separate the header from
the header from the contents | with pipes the contents
| And then as many rows | as you And then as as you need separated
need separated by pipes| many rows by pipes
```
{
{
Fenced "string" : "triple backquote for “ ```” : “triple backquote for code” ,
Code Block code", “firstName” : “David”
"firstName": "David", "lastName": “lastname” : “Attard”
"Attard", “age” : 40
"age": 40 }
- [x] You can have tasks, checked You can have tasks, checked with
with an x between dash - and an x between dash - and square brackets
Task List
square brackets - [ ] or dash and or dash and square brackets
square brackets for unchecked for unchecked