reading-notes

Notes for Codefellows Code 401 301 201 and 102

What is Markdown?

Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.

Markdown is a way to style text on the web.

You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown.

Headers

This is an <h1> tag

This is an <h2> tag

This is an <h6> tag

Emphasis

*This text will be italic* _This will also be italic_

This text will be bold This will also be bold

You can combine them Lists

Lists

unordered

Images

GitHub Logo Format: Alt Text

Links

http://github.com - automatic! GitHub

Blockquotes

As Kanye West said:

We’re living the future so the present is our past.

Inline Code

I think you should use an <addr> element here instead.

SANDCASTLE