reading-notes

Mark Down Notes

What is Markdown?

Why do we use Markdown?

There are 4 main reasons we use markdown

  1. It is very versatile. As stated above it can be used to create a wide variety of things.
  2. It is portable. It can be written on any computer or device regardless of the different applications it may be running.
  3. It is platform independent. Unlike other forms of code, you do not need a specific application or software to write it.
  4. It is future proof. If applications begin to be outdated, you can still write or view markdown on any text editing software.

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?

What are the three symbols you can use to create an unordered (bulleted) list with Markdown?