workflows

Lists

There are many types of lists in Markdown, let me list the lists:


Unordered List


Ordered Lists

with “correct” numbering

  1. thing
  2. thing
  3. thing

with defaulting numbers

  1. thing
  2. thing
  3. thing

Nested Lists

Unordered Nested List

Ordered Nested List

  1. thing
    1. thing
    2. thing
  2. thing
    • thing
    • thing
  3. thing

Task List

Using a task list in GitHub issues will help you track your progress. You’ll use this every module for you homework assignments.

You will also be able to click on the box to mark it done when the list is in an issue