File: tasklist.txt

package info (click to toggle)
pymdown-extensions 10.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,104 kB
  • sloc: python: 60,117; javascript: 846; sh: 8; makefile: 5
file content (55 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (3)
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
# Task List

- [X] item 1
    * [X] item A
    * [ ] item B
        more text
        + [x] item a
        + [ ] item b
        + [x] item c
    * [X] item C
- [ ] item 2
- [ ] item 3

# Mixed Lists

- item 1
    * [X] item A
    * [ ] item B
        more text
        1. item a
        2. item b
        3. item c
    * [X] item C
- item 2
- item 3

# Really Mixed Lists

- item 1
    * [X] item A
    - item B
        more text
        1. item a
        + item b
        + [ ] item c
    3. item C
2. item 2
- [X] item 3

# Test Tasklists in Subparagraphs

- [X] item 1

    - [X] item A

    - item a

# Test Tasklists Spanning Multiple Lines

 * [ ] The text on this line will be rendered, and the text on the
   second line should work as well.
 * [ ] It should also still work if you do any kind of
   special content.  For instance, *right here* it should still continue
   working.  And using `preformatted` or some
   other type of content should work too.