Skip to content

Instantly share code, notes, and snippets.

@Aevit
Aevit / README.md
Created September 5, 2017 14:45
A NodeJS command to convert html files which are generated with the theme "next" by "hexo" to markdown files. Should use npm to install [ cheerio to-markdown walk ] firstly.

A NodeJS command to convert html files which are generated with the theme next by hexo to markdown files.

You should use npm to install cheerio to-markdown walk firstly, and then use node command to run the script.