reading-notes

My learning journal for code fellows.


Project maintained by mmahad865 Hosted on GitHub Pages — Theme by mattgraham

Reading Notes repo

In the basic syntax I learned how to create a header using (#), how to create paragraph, to break link you use (br).

Bold Text

To make a text bold use () before and after the text, to make the middle text bold use () with no space

Italic

To make a text a Italic use one (*) or one () before and after your words_

blockquotes

Add (>) before your text. For nested blockquotes add (ยป) in front of the paragraph

Ordered List and Unordered list

For Orderded list add iteam followed by numbers in order. For unordered list add (-), (*) or (+)

Images

Open the file with the images then use (!) and then (link of the image).

Home Page