15 lines
626 B
Markdown
15 lines
626 B
Markdown
```md
|
|
- [x] #tags, [links](), **formatting** supported
|
|
- [x] list syntax required (any unordered or ordered list supported)
|
|
- [x] this is a complete item
|
|
- [?] this is also a complete item (works with every character)
|
|
- [ ] this is an incomplete item
|
|
- [ ] tasks can be clicked in Preview to be checked off
|
|
```
|
|
|
|
- [x] #tags, [links](), **formatting** supported
|
|
- [x] list syntax required (any unordered or ordered list supported)
|
|
- [x] this is a complete item
|
|
- [?] this is also a complete item (works with every character)
|
|
- [ ] this is an incomplete item
|
|
- [ ] tasks can be clicked in Preview to be checked off |