File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
2525 - [ Quick Quoting] ( #quick-quoting )
2626 - [ Quick Licensing] ( #quick-licensing )
2727 - [ Task Lists] ( #task-lists )
28+ - [ Task Lists in Markdown Documents] ( #task-lists-in-markdown-documents )
2829 - [ Relative Links] ( #relative-links )
2930 - [ Metadata and Plugin Support for GitHub Pages] ( #metadata-and-plugin-support-for-github-pages )
3031 - [ Viewing YAML Metadata in your Documents] ( #viewing-yaml-metadata-in-your-documents )
@@ -338,6 +339,25 @@ When they are clicked, they will be updated in the pure Markdown:
338339
339340[ * Read more about task lists.* ] ( https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments )
340341
342+ ### Task Lists in Markdown Documents
343+ In full Markdown documents ** read-only** checklists can now be added using the following syntax:
344+
345+ ```
346+ - [ ] Mercury
347+ - [ ] Venus
348+ - [x] Earth
349+ - [x] Mars
350+ - [ ] Jupiter
351+ ```
352+
353+ - [ ] Mercury
354+ - [ ] Venus
355+ - [x] Earth
356+ - [x] Mars
357+ - [ ] Jupiter
358+
359+ [ * Read more about task lists in markdown documents.* ] ( https://github.com/blog/1825-task-lists-in-all-markdown-documents )
360+
341361### Relative Links
342362Relative links are recommended in your Markdown files when linking to internal content.
343363
You can’t perform that action at this time.
0 commit comments