mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 12:10:52 +02:00
Add a couple missing parts to the markdown doc from @ukom PR https://github.com/adambard/learnxinyminutes-docs/pull/341
This commit is contained in:
@@ -126,6 +126,14 @@ render the numbers in order, but this may not be a good idea -->
|
|||||||
* Sub-item
|
* Sub-item
|
||||||
4. Item four
|
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 -->
|
<!-- Code blocks -->
|
||||||
<!-- You can indicate a code block (which uses the <code> element) by indenting
|
<!-- You can indicate a code block (which uses the <code> element) by indenting
|
||||||
a line with four spaces or a tab -->
|
a line with four spaces or a tab -->
|
||||||
|
Reference in New Issue
Block a user