Skip to content

Instantly share code, notes, and snippets.

@andykuszyk
Last active January 31, 2016 14:49
Show Gist options
  • Save andykuszyk/ba759fb69f7fc25ea284 to your computer and use it in GitHub Desktop.
Save andykuszyk/ba759fb69f7fc25ea284 to your computer and use it in GitHub Desktop.
Awesome task lists with Github markdown

The future is now with Github flavoured markdown

I've just been reading around about the sort of content we can use on Gist, Github issue tracker issues and comments, and it turns out there's an awesome, slightly unusual feature that Github markdown supports.

If you want a to-do list, then all you need to do is start each item in the list with:

- [ ] Something I need to do.

This is rendered as:

  • Something I need to do.

Ticking and un-ticking this box updates the underlying text in the markdown. Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment