Markdown to HTML converter
This script converts markdown files to HTML files.
Dependencies
Node.js version >=14.15.4
npm version >=6.14.10
Find the download link here: https://nodejs.org/en/download/
How to use
Clone the repository or download the ZIP from Github.
git clone https://github.com/RapTho/markdownToHTML.git
Install dependencies
cd markdownToHTML
npm install
Convert
node index.js convert --md ./README.md --html ./README.html
Where --md=PATH-TO-MARKDOWN-FILE --html=PATH-TO-HTML-FILE