Skip to content

LittleGraper/Markdown_to_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Assignment 2 - Markdown2HTML
author FIT2102 Programming Paradigms
margin 1inch

Assignment 2: Markdown2HTML

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.

Running the Code

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

Running the Interactive Page

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors