Markdown - petewhartnett/learning-journal GitHub Wiki

Markdown is a tool used to customize and style pages and forms on GitHub. Markdown is designed to make collaboration easy so that all members of a team can edit content.

One example of how Markdown makes it easy to create content that looks professional is with the use of block quotes.

Block Quotes

As Wayne Gretzky once said:

you miss 100% of the shots you don't take.

1.To write a block quote is very easy, first you write who the quote is about. In this example it says "As Wayne Gretzky once said". It's important to note in step one no syntax is needed.

2.All step 2 involes in adding a (>) before you write the quote. It will look like this (> you miss 100% of the shots you don't take)