- Install NodeJS
- run the following commands in the root directory:
npm install
node parser
- when prompted, type the filepath to a
.md
file you want to parse, e.g. ./example.md for a file in the same directory as parser.js.
On success HTML file with identical name will be created in the same directory as the original.
You have the possibility to switch between currently available themes by changing the currentTheme
property at the top of parser.js.