1.0.1 • Published 3 months ago

markdownandhtml v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

markdownandhtml

Convert your html text to markdown or vice versa with node

API Reference

How to use

const {convertHTMLToMarkdown} = require("markdownandhtml");

convertHTMLToMarkdown("DIR<IN-OUT>", FILE.<md-html>)
ParameterTypeDescription
convertMarkdownToHTMLstring stringConvert md files to html
convertHTMLToMarkdownstring stringConvert html files to md