Quote Callouts!

Foldable callouts

You can make a callout foldable by adding a plus + or a minus - directly after the type identifier.

  • “+” expands the callout by default
  • “-” collapses it instead
> [!todo]- My Todo List
>
> - [x] Write documentation
> - [ ] Add tests
> - [ ] Review code

> [!todo]+ My Expanded Todo List
>
> - [x] Create repository
> - [ ] Setup CI/CD
> - [ ] Deploy to production

[!todo]- My Todo List

  • Write documentation
  • Add tests
  • Review code

[!todo]+ My Expanded Todo List

  • Create repository
  • Setup CI/CD
  • Deploy to production

1000008273