Markdown is a markup language, used to format text for various web sites.
Markdown is useful because it is widely applicable to a wide variety of functions. It is also portable, and can be opened by almost any application.
The # symbol is used to create a new heading in Markdown.
To create the largest heading, only one # should be used.
To create the smallest possible heading, 6 consecutive #s (######) should be used.
It is best practice to use text or text for bold and text or text for italics.
A link in markdown is created by putting the related text inside square brackets, immediately followed by the link in parenthesis. Like this
You can create an unordered list using either +, -, or *
+Example 1
-Example 2
*Example 3