reading-notes

Markdown Basics For The Newb # is the command for heading 1

What is Markdown? ## is the command for heading 2

How is Markdown different?

What are some basic commands and what do they do?

Command Example Output
** ** **Bold** Bold
* * *Italics* Italics
[txt](url) [Click Here](Link URL) Click Here

A best practice for bold and italics is to always use the asterisk!

Pretty Cool So Far! But What if I want something more visually engaging?

Best to add a couple images! ### is the command for heading 3

laugh it off

buy my book <img src="pics/bookcover.PNG" alt="laugh it off" width="25%" height="25%"/> <img src="pics/smile.png" alt="laugh it off" width="25%" height="25%"/>

Looking Good! But how did you do that?! The markdown image code didn’t allow me to resize images!

<img src="copy and paste the url of the image directly uploaded to github here" width=xx% height=xx%/>

But why do we use Markdown?

Nice list! You can use - * or + to make unordered lists!