Skip to content

Commit

Permalink
Update todo-list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jul 17, 2024
1 parent 64ff816 commit 1598e3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cheatsheets/markdown/todo-list.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Todo list

Use hard brackets. With either a space or lowercase `x`.
Use hard brackets. With either a space (not down) or lowercase `x` (done).

## Sample code

```markdown
- [ ] not done.
- [x] done
```

## Sample result

- [ ] not done
- [x] done

0 comments on commit 1598e3c

Please sign in to comment.