Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 642 Bytes

File metadata and controls

17 lines (13 loc) · 642 Bytes

Markdown (subset) to HTML5 Converter

This project is implemented in NodeJs

System requirements

  • 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.

How to run:

The assignment

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

The Tests

while in this folder run npm test