search for: haskelltomarkdown

Displaying 1 result from an estimated 1 matches for "haskelltomarkdown".

2011 Apr 11
2
CodeDown = Markdown as the universal language for program documentation
...cript is its own documentation. This approach can be used for any mainstream programming language. My current favorite is Haskell, and I wrote a HaskellDown module, that does similar things for Haskell. The main converter is just a composition of two functions haskellToMarkdown markdownToHtml Haskell source code ---------------------------------> Markdown ------------------------> HTML For the markdownToHtml part I used the very powerful Pandoc module, written by John MacFarlane. This week, I'll give a talk about it on a meeting of the Dutch Haskell User G...