sule321 / markdown-portfolio

https://lab.github.com/githubtraining/communicating-using-markdown
MIT License
0 stars 0 forks source link

## Step 1: Create a Task List #2

Open sule321 opened 3 years ago

sule321 commented 3 years ago

Step 1: Create a Task List

A task list creates checkboxes for people with access :book:in a repository to check off. They're very useful for tracking issues and pull requests.

If you include a task list in the body of an issue or pull request, you'll see a progress indicator in your issue list.

Watch out! The syntax for task lists is very specific. Be sure to include the spaces where required, or else they won't render.

Example markup

- [x] Additional markup is supported, including @mentions, #references, [links](url), **emphasis**, and <del>HTML tags</del>.
- [x] List syntax is required.
  - You can nest lists below, too!
- [x] This item is completed.
- [ ] This item is not complete.

Rendered

:keyboard: Activity: Add a comment

  1. Add a comment to this issue, using Markdown to create a list of items to complete. Your task can include any tasks you wish, or you can use this example:

    • [ ] Turn on GitHub Pages
    • [ ] Outline my portfolio
    • [ ] Introduce myself to the world
  2. Use the Preview tab to check your markdown formatting.

  3. Click Comment.

For a printable version of the steps in this course, check out the Quick Reference Guide.


Watch below your comment for my response.

If you perform an expected action and don't see a response from me after a few seconds, refresh the page for your next steps.

Originally posted by @github-learning-lab[bot] in https://github.com/sule321/markdown-portfolio/issues/1#issuecomment-820536311