reading-notes

Class 102 is full of fun

Use THIS LINK to return to the READ-ME page.

What is Markdown?

A lightweight markup language that you can use to add formatting elements to plaintext text documents. 1

Why do we use Markdown?

What symbol will create a heading in Markdown?

’#’

How many do you need to create the largest heading?

Only use one ‘#’

How many do you need to create the smallest heading?

Use the most ‘#’ in your document to start the header

When making text bold or italicized for emphasis, it is best practice to use which symbol?

It is best practice to use the ‘*’ rather than the ‘_’

You use brackets to encapsulate the title, and, without a space, put the URL in regular parathensis.

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

’>, +, and -‘

  1. [Markdown Guide - Getting Started]  2 3 4 5 6