
Hi all, Would anyone care to share their preferred method for writing/processing literate Haskell w/ markdown? Thanks, -db

David,
I occasionally use Literate Haskell with Markdown. For the most part
it works though, as I'm sure you've found, GHC doesn't like lines
starting with '#' which is a bit of a pain.
If you use Pandoc to render your .lhs files, you can use '=' instead:
http://pandoc.org/MANUAL.html#literate-haskell-support
On 25 March 2017 at 01:39, David Banas
Hi all,
Would anyone care to share their preferred method for writing/processing literate Haskell w/ markdown?
Thanks, -db
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- Michael Walker (http://www.barrucadu.co.uk)

Hiya, markdown-unlit works for me: https://github.com/sol/markdown-unlit Cheers, Si
On 25 Mar 2017, at 02:39, David Banas
wrote: Hi all,
Would anyone care to share their preferred method for writing/processing literate Haskell w/ markdown?
Thanks, -db
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (3)
-
David Banas
-
Michael Walker
-
Simon Peter Nicholls