mirror of
https://github.com/ivanhanloth/Obsidian-Article-Navigator.git
synced 2026-07-22 07:24:45 +00:00
15 lines
No EOL
612 B
Markdown
15 lines
No EOL
612 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 |