| title | Assignment 2 - Markdown2HTML |
|---|---|
| author | FIT2102 Programming Paradigms |
| margin | 1inch |
Please do not change the names of the functions defined in the Assignment.hs file. You may (and are highly encouraged) to implement your parsers alongside these pre-defined functions.
$ stack test
This will generate the HTML files using the sample input markdown files, by running your code for each exercise.
All example markdown files are stored within examples/input and the output of your parser will be saved in examples/output.
In the Haskell folder run:
$ stack run
In a separate terminal, in the javascript folder run:
$ npm i
$ npm run dev
You can type markdown in to the LHS of the webpage and inspect the converted HTML.