This project aim to provided full GFM supported parser by parsec(parser combinator), then I realized GFM isn't Type-3 grammars, and parsec equal to regex.
In another word, it couldn't be finished unless I try to extend parsec with extra effort.
And duo to limited time & efficiency I have to give up on this project for a long(maybe eternaty) while.