Communicating Using Markdown in GitHub
Communicating Using Markdown in GitHub
A quick reference guide to complete the steps in the course.
https://lab.github.com/courses/comunicating-using-markdown/
3. Add headers
3.1. In this pull request, click the Files Changed tab
3.2. In the upper right corner of the file view, click the pencil (✏ ) icon to open the
file editor for the file titled _includes/01-name.md
3.3. On the Edit file tab, add a # before the content so it formats as a heading 1.
You can use the same concept to add more headers, using 1 through 6 hash
symbols
3.4. Above the new content, click Preview changes
3.5. At the bottom of the page, type a short, meaningful commit message that
describes the change you made to the file
3.6. Click Commit Changes.
1
5. Add an image
5.1. Like before, edit the file in this pull request
5.2. Look for the filler text on the file _includes/02-image.md. Replace that text
with the Markdown to feature your image of choice. Don’t forget to include
alt-text!
5.3. Commit your changes
8. Add a list
8.1. Like before, edit the _includes/04-lists.md file in this pull request
8.2. Create a list somewhere in the file. It could be ordered or unordered
8.3. Commit your changes
9. Use emphasis
9.1. Edit the file _includes/05-emphasis.md in this pull request
9.2. By using the Preview tab and your new markdown knowledge, add emphasis
(like bold or italics) to your skills
9.3. Commit your changes
2