mirror of https://gitlab.com/curben/blog
fix: cheerio doesn't escape '<' character
https://github.com/weyusi/hexo-nofollow/issues/4
This commit is contained in:
parent
60d62f94f3
commit
ef96081fc7
|
@ -16,7 +16,7 @@
|
|||
"hexo-generator-category": "^0.1.3",
|
||||
"hexo-generator-index": "^0.2.1",
|
||||
"hexo-generator-tag": "^0.2.0",
|
||||
"hexo-nofollow": "^1.0.5",
|
||||
"hexo-nofollow": "weyusi/hexo-nofollow#decode-test",
|
||||
"hexo-renderer-ejs": "^0.3.1",
|
||||
"hexo-renderer-marked": "^1.0.0",
|
||||
"hexo-renderer-stylus": "^0.3.3",
|
||||
|
|
Loading…
Reference in New Issue