Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Last active September 23, 2023 07:42
Show Gist options
  • Save xgqfrms-GitHub/851da880f68a4586f76c6a8b3ad14461 to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/851da880f68a4586f76c6a8b3ad14461 to your computer and use it in GitHub Desktop.
markdown checkbox

markdown checkbox

github todo markdown checkbox

https://gist.github.com/xgqfrms-GitHub/466b587ed5dbe433228d70dcf40397b7

https://gist.github.com/xgqfrms-GitHub/1d7ecc6144db986cf12c714d6f1023bf

    

- [x] [Webpack 2.2](https://webpack.github.io)
- [x] [React](https://facebook.github.io/react/)
- [x] [Redux](http://redux.js.org/)
- [x] [Babel](https://babeljs.io/)

- [x] [Angular2](https://angular.io/)
- [ ] [Angular2](https://angular.io/)
- [] [Angular2](https://angular.io/)
- [v] [Angular2](https://angular.io/)
@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 9, 2017

- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**, @mentions, #1234 refs
- [ ] incomplete
- [x] completed
  • a task list item
  • list syntax required
  • normal formatting, @mentions, #1234 refs
  • incomplete
  • completed

https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments

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