What is Markdown?
- Markdown is a lightweight markup language that you can use to add formatting elements to plaintext documents. For example, if one would like to make a certain phrase in the document bold, then the user would add two asterisks before and after the phrase in order to format it into bold letters.
1. Why do we use Markdown?
- people use Markdown due to its versatility and ability to create documents, websites, books, notes, email messages, technical documentation and presentations. Markdown is an independent platform that can operate on any running device and is used everywhere, from web-based applications, to websites like GitHub and Reddit. Markdown is also portable and can be imported into another Markdown application with ease and future proof as Markdown will always be able to be read using current and future text editing applications.
2. What symbol will create a heading in Markdown?
- The symbol that is utilized to create a heading is (#) in front of a word or phrase.
3. How many do you need to create the largest heading?
- 1#
4. How many do you need to create the smallest heading?
- 6#
5. When making text bold or italicized for emphasis, it is best practice to use which symbol?
- It is best practice to use the (*) and the (_) symbols or a combination of both when making text bold or italicized for emphasis.
6. How do you create a link with Markdown?
- Mainly, it contains two parts - the first is the page name URL, and the second name is the display text.
7. What are the three symbols you can use to create an unordered (bulleted) list with Markdown?
- The three symbols that you can create an unordered (bulleted) list on Markdown are dashes (-), plus signs (+), or asterisks (*).