Github Flavored Markdown task lists

x
 
1
### Setting
2
3
    {
4
        taskList : true
5
    }
6
7
### Examples
8
9
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported;
10
- [x] list syntax required (any unordered or ordered list supported);
11
- [x] this is a complete item;
12
- [ ] this is an incomplete item [test link](#);
13
- [ ] this is an incomplete item;
14
    - [ ] this is an incomplete item [test link](#);
15
    - [ ] this is an incomplete item [test link](#);
16
- [x] list syntax required (any unordered or ordered list supported);
17
- [x] this is a complete item;
18
- [ ] this is an incomplete item [test link](#);
19
- [ ] this is an incomplete item;
20
    - [ ] this is an incomplete item [test link](#);
21
- [x] list syntax required (any unordered or ordered list supported);
22
- [x] this is a complete item;
23
- [ ] this is an incomplete item [test link](#);
24
- [ ] this is an incomplete item;
25
    - [ ] this is an incomplete item [test link](#);
26
    - [ ] this is an incomplete item [test link](#);
27
28
> Github Flavored Markdown task lists
29

Setting

  1. {
  2. taskList : true
  3. }

Examples

  • @mentions, #refs, links, formatting, and <del>tags</del> supported;
  • list syntax required (any unordered or ordered list supported);
  • this is a complete item;
  • this is an incomplete item test link;
  • this is an incomplete item;
  • list syntax required (any unordered or ordered list supported);
  • this is a complete item;
  • this is an incomplete item test link;
  • this is an incomplete item;
  • list syntax required (any unordered or ordered list supported);
  • this is a complete item;
  • this is an incomplete item test link;
  • this is an incomplete item;

Github Flavored Markdown task lists