8000 Read only task lists in markdown documents · KChernenko/github-cheat-sheet@20bad39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20bad39

Browse files
committed
Read only task lists in markdown 8000 documents
1 parent cf3ed62 commit 20bad39

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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
342362
Relative links are recommended in your Markdown files when linking to internal content.
343363

0 commit comments

Comments
 (0)
0