This script converts a markdown file to its corresponding html file
- Replace the contents of the file
markdown.md
with markdown content of your choice. This will be the input for this script - Enter the following commands in the terminal:
cd Rotten-Scripts\JavaScript\Markdown_To_HTML
npm install
to install the dependencies requirednode script.js
to run the script
A file index.html
will be generated as output on running the script
Nehal Sharma