easy-markdown-to-html
v1.0.0
Published
Easily convert Markdown files to HTML layout files for your website.
Downloads
5
Readme
MarkdownToHtml
Easily convert Markdown files to HTML layout files for your website.
How to install
To install this package run the following command in your terminal.
npm install easy-markdown-to-htmlThen let the Node Package Manager do the installation.
How to use
To convert your markdown files into HTML files run the following command.
npx MarkdownToHtml <markdownfile> <htmlfile>Replace <markdownfile> with the path to your markdown file, for example: /markdown/example.md.
Replace <htmlfile> with the path to your html file, for example: /html/example.html.
Example:
npx MarkdownToHtml readme.md public/index.htmlUpdates
This package will have updates every once in a while, check the releases page for all versions of the package.
Current version: v1.0.0
Support
If you need support or have any suggestions you can send an email to [email protected].
