mirror of
https://github.com/archtechx/todo-system.git
synced 2025-12-12 00:54:03 +00:00
24 lines
250 B
Markdown
24 lines
250 B
Markdown
- generic foo
|
|
- [ ] generic bar
|
|
- todo00 priority bar
|
|
|
|
## High priority
|
|
- todo0: a
|
|
- foo
|
|
- [ ] bar
|
|
|
|
## Responsivity
|
|
- abc
|
|
- [ ] def
|
|
```
|
|
# make this work
|
|
foo bar
|
|
#foo bar
|
|
```
|
|
|
|
#example
|
|
```
|
|
# make this work
|
|
foo bar
|
|
#foo bar
|
|
```
|