1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
- [ ] unordered list item 1
-
list item with empty first and second line \\
normally an empty line breaks the list item - but we make an exception for the first line and don't count it towards that limit
- unordered list item 2 - with ~inline~ /markup/
1. [-] ordered sublist item 1
a) [X] ordered sublist item 1
b) [ ] ordered sublist item 2
c) [X] ordered sublist item 3
2. ordered sublist item 2
3.
list item with empty first and second line - see above
- [X] unordered list item 3 - and a [[https://example.com][link]]
and some lines of text
1. and another subitem
#+BEGIN_SRC sh
echo with a block
#+END_SRC
2. and another one with a table
| a | b | c |
|---+---+---|
| 1 | 2 | 3 |
and text with an empty line in between as well!
- unordered list item 4
: with an example
:
: that spans multiple lines
descriptive lists
- [ ] term :: details
continued details
- [ ] details without a term
- [X] term ::
details on a new line
- term ::
details on a new line (with an empty line in between)
*continued*
#+BEGIN_SRC bash
echo "Hello World!"
#+END_SRC
some list termination tests
- unordered 1
- unordered 2
1. ordered 1
2. ordered 2
1. ordered 1
2. ordered 2
- unordered 1
- unordered 2
1. ordered 1
2. ordered 2
- unordered descriptive :: 1
- unordered descriptive :: 2
1. ordered descriptive :: 1
2. ordered descriptive :: 2
- unordered 1
- unordered 2
1. [@2] use `[@n]` to change the value of list items
2. [ ] foobar
3. [@10] [X] that even works in combination with list statuses (`[ ]`)
|