diff options
| author | Levi Bostian <levi.bostian@gmail.com> | 2014-10-17 21:11:03 -0500 | 
|---|---|---|
| committer | Levi Bostian <levi.bostian@gmail.com> | 2014-10-17 21:11:03 -0500 | 
| commit | 115f35287fc54633cdcb0d0ba8f2fef1b9cc8921 (patch) | |
| tree | 62e1176d31f48433776b2edaa859995d40fbf253 /markdown.html.markdown | |
| parent | 57b5eb1bac3ccb1afd8f6359de6457318b91ffaa (diff) | |
| parent | ccdd47267b28104a74352151a0424bd6f62bd390 (diff) | |
Merge pull request #809 from levibostian/little-fixes-after-merging
Little fixes after merging
Diffstat (limited to 'markdown.html.markdown')
| -rw-r--r-- | markdown.html.markdown | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/markdown.html.markdown b/markdown.html.markdown index 3d4d0af6..7541f904 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -126,6 +126,14 @@ render the numbers in order, but this may not be a good idea -->      * Sub-item  4. Item four +<!-- There are even task lists. This creates HTML checkboxes. --> + +Boxes below without the 'x' are unchecked HTML checkboxes. +- [ ] First task to complete.  +- [ ] Second task that needs done +This checkbox below will be a checked HTML checkbox. +- [x] This task has been completed +  <!-- Code blocks -->  <!-- You can indicate a code block (which uses the <code> element) by indenting  a line with four spaces or a tab --> | 
