zthxxx / hexo-theme-Wikitten

A theme of Hexo for personal wiki which seems like Wikitten style.

Home Page:https://wiki.zthxxx.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Task lists Detection - source/js/main.js

szhshp opened this issue · comments

// regex error, all list item with char 'x' are detected as Todo
- '[x]'
+ '\[x\]'
// 所有 li 都被加入检测是否为 todo, 完全没有必要
- $(" ul > li")
+$(".article-entry ul > li")

Thanks, could you make a PR for this? @szhielelp