hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
341 stars 60 forks source link

Not support todo list #151

Closed cxplay closed 2 years ago

cxplay commented 3 years ago

image

Like this:

 - [ ] Todo list
 - [x] Todo list
 - [ ] ?

So why not support it?

https://github.github.com/gfm/#task-list-items-extension%2D

tomap commented 3 years ago

https://github.com/hexojs/hexo-renderer-markdown-it/pull/28

https://github.com/hexojs/hexo-renderer-markdown-it/issues/136

See those links to handle plugin that will display checkboxes

renbaoshuo commented 2 years ago

您可以通过安装 markdown-it-task-lists 插件解决此问题。