Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

index.md

File metadata and controls

34 lines (24 loc) · 1.13 KB

#--- layout: default

##{% include 01-kelleykerr.md %}

Step 1: Create a Task List

A task list creates checkboxes for people with access 📖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

  • Additional markup is supported, including @mentions, #references, links, emphasis, and HTML tags.
  • List syntax is required.
    • You can nest lists below, too!
  • This item is complete.
  • This item is not complete.

added Header2 to file. hellooo