Reading Notes
[Link Text](url)*text* or _text_**text** or __text__~~text~~~~***text***~~# = <H1>, ## = <H2>, and so on up to ###### for <H6>.* = Unordered- = Unordered+ = Unordered1. = OrderedTo quote a line of text use
>.
To quote a block of text or code, use ``` "fences" before and after.
To create a task list use the following
- [ ] Item (Incomplete)
- [x] Item (Complete)
To create a chart: Letter|1|2| —|—|— A|A1|A2 B|B2|B3
Chart code
Letter|1|2|
---|---|---
A|A1|A2
B|B2|B3
GitHub supports emoji :+1:! Here is an emoji cheat sheet.