Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 924 Bytes

readme.md

File metadata and controls

35 lines (20 loc) · 924 Bytes

Markdown Lab

In this Lab, you will be formatting a Markdown file that desperately needs it.

Instructions

Downloading this Lab

  1. From the repository homepage on GitHub, click the green "Code" button. Then, click "Download ZIP".

  2. Unzip the downloaded file. It will create a folder of the same name in your Downloads folder.

  3. Navigate to the folder and open it with VSCode. Then, follow the instructions below.

Completing this Lab

The needs-formatting.md file in this repository needs just that: formatting! Using what you know of markdown, update the text so that it is well formatting.

In front or above each block of text will be a Markdown comment that describes how it should be formatted.

For example, the following code:

<!-- Change to an H3 -->

All about Dogs

Should be updated to look like this:

<!-- Change to an H3 -->

### All about Dogs