Skip to content

Markdown to HTML Converter written in Haskell presented in Node/Express app

Notifications You must be signed in to change notification settings

HillBryan/Markdown-to-HTML-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to HTML Converter

This converter was written in Haskell and supports basic Markdown Syntax per the documentation. Infinite nested table parsing was done with an original algorithm developed by me.

The haskell converter is run with express on a backend endpoint.


Front-end made with

  • HTML
  • CSS
  • Javascript
  • Bootstrap
  • Jquery

Back-end made with

  • Node
  • Express
  • ExecFile

To run the app:

  • npm install

  • npm start

  • Open localhost:3000

About

Markdown to HTML Converter written in Haskell presented in Node/Express app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published