MurakamiKennzo / haskell-markdown-parser

A simple markdown parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-markdown-parser

license build

stats

github-readme-stats

shell

Here is a shell build on Mac OSX, you can use like this:

$ ./shell/md-parser input-markdown-filepath output-html-filepath

of course, you can use stack like this if you system is not a Mac OSX:

$ stack setuo
$ stack build
$ stack exec haskell-markdown-parser-exe input-markdown-filepath output-html-filepath

About

A simple markdown parser.

License:MIT License


Languages

Language:Haskell 100.0%