reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 102: Class 1 - Learning Markdown


Read: 01 - Learning Markdown

Mastering Markdown on GitHub

To 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.


Return to reading-notes Deployed Site

Return to reading-notes Mark Down