Skip to content

captainblue2013/ml2md

Repository files navigation

Install

npm i ml2md

Usage


 const ML2MD = require('ml2md');

 // or other html string
 const content = fs.readFileSync('/path/of/index.html').toString();

 // got markdown 
 ML2MD(content);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published