mirror of https://gitlab.com/curben/blog
docs(copy-button): clarify the source of cheerio package
This commit is contained in:
parent
cf16dd3e43
commit
9daf4d98b9
|
@ -1,4 +1,7 @@
|
|||
// Add "Copy" button to code snippet
|
||||
/*
|
||||
* Add "Copy" button to code snippet
|
||||
* cheerio is provided by hexo package
|
||||
*/
|
||||
|
||||
const cheerio = require('cheerio')
|
||||
|
||||
|
|
Loading…
Reference in New Issue