File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed 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
25
25
- [ Quick Quoting] ( #quick-quoting )
26
26
- [ Quick Licensing] ( #quick-licensing )
27
27
- [ Task Lists] ( #task-lists )
28
+ - [ Task Lists in Markdown Documents] ( #task-lists-in-markdown-documents )
28
29
- [ Relative Links] ( #relative-links )
29
30
- [ Metadata and Plugin Support for GitHub Pages] ( #metadata-and-plugin-support-for-github-pages )
30
31
- [ 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:
338
339
339
340
[ * Read more about task lists.* ] ( https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments )
340
341
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
+
341
361
### Relative Links
342
362
Relative links are recommended in your Markdown files when linking to internal content.
343
363
You can’t perform that action at this time.
0 commit comments