Markdown任务列表(实现列表勾选/非勾选操作)
Markdown 代码如下:未完成列表:(注意 [ ] 内和 - 后的空格)- [ ] Write something here效果如下:Write something here已完成列表:- [x] Write something here效果如下:Write something here例如下段代码:- [ ] Exercising- [ ] Writing blog- [ ] Studyin
·
Markdown 代码如下:
未完成列表:(注意 [ ] 内和 - 后的空格
)
- [ ] Write something here
效果如下:
- Write something here
已完成列表:
- [x] Write something here
效果如下:
- Write something here
例如下段代码:
- [ ] Exercising
- [ ] Writing blog
- [ ] Studying
- [x] Be yourself
在 Typora 中应用主题效果如下:
有帮助可以点赞哦~
更多推荐
所有评论(0)