What is a Markdown?
Why do we use Markdown?
What symbol will create a heading in Markdown?
How many do you need to create the largest heading?
How many do you need to create the smallest heading?
When making text bold or italicized for emphasis, it is best practice to use which symbol?
How do you create a link with Markdown?
The way that you can create a link with Markdown is by enclosing the link text in brackets (ex, [Google]), followed by the website URL in parentheses (ex, (https://google.com)).
Full example: The search engine that I enjoy using the most is Google.
What are the three symbols you can use to create an unordered (bulleted) list with Markdown?