markdownandhtml
v1.0.1
Published
Convert your html text to markdown or vice versa with node
Maintainers
Readme
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>)
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| convertMarkdownToHTML | string string | Convert md files to html |
| convertHTMLToMarkdown | string string | Convert html files to md |
