Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 377 Bytes

File metadata and controls

9 lines (6 loc) · 377 Bytes

Script to convert html into markdown using javascript.

Modules installed

  • fs - This is used to read and write file.

  • path - This used to extract filename from path.

  • Turndown This script uses Turndown.Turndown is a customizable HTML to Markdown converter written in vanilla JavaScript. It can be install using this command: npm install turndown --save