A simple JavaScript script for batch conversion from .md to .html using Remarkable
- Clone this repo
git clone https://github.com/RoyTimes/md2html.git
- build this app
npm install
- Place the markdowns you want to convert @ /markdown folder
- run
npm start
- HTML files would be generated @ /html folder
Song Zhou