Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Last active September 23, 2023 07:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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

Typora

将为读者和作家提供一个无缝的体验.

https://gist.github.com/xgqfrms-GitHub/c5fd169d209bc4fd9b3fdb66dd3fbe93

https://typora.io/

@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 9, 2017

https://github.com/blog/1825-task-lists-in-all-markdown-documents

### Solar System Exploration, 1950s – 1960s

- [ ] Mercury
- [x] Venus
- [x] Earth (Orbit/Moon)
- [x] Mars
- [ ] Jupiter
- [ ] Saturn
- [ ] Uranus
- [ ] Neptune
- [ ] Comet Haley

Edit the document or wiki page and use the - [ ] and - [x] syntax to update your task list.

Solar System Exploration, 1950s – 1960s

  • Mercury
  • Venus
  • Earth (Orbit/Moon)
  • Mars
  • Jupiter
  • Saturn
  • Uranus
  • Neptune
  • Comet Haley

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

@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