This project is implemented in NodeJs
- A linux environment where common shell commands are available
- NodeJs installed prior to running the app
- Input markdown files placed in the
INPUT_FILES
folder. A sample input file is provided for convenience. At this time this app only supports having one input file at a time.
ensure that there is only one *.md file in INPUT_FILES folder ensure that there is no *.html file in OUTPUT_FILES folder
while in this folder run npm convert
while in this folder run npm test