In this Lab, you will be formatting a Markdown file that desperately needs it.
-
From the repository homepage on GitHub, click the green "Code" button. Then, click "Download ZIP".
-
Unzip the downloaded file. It will create a folder of the same name in your Downloads folder.
-
Navigate to the folder and open it with VSCode. Then, follow the instructions below.
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