Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

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