
22 Sep
2008
22 Sep
'08
12:07 a.m.
Hi John,
On Sun, Sep 21, 2008 at 3:33 PM, John MacFarlane
Note: I've changed pandoc in the repository so that it no longer shows these blank lines. The next point release will incorporate this change, making it easier to use pandoc for literate haskell. Note also that if you begin the code block with
~~~ {.haskell}
the HTML output will be syntax-highlighted (assuming you compiled pandoc with the -fhighlighting flag).
Thank you for taking care of that for us. I can check this in the code, but does this apply only to (leading and trailing) blank lines for haskell? I like the idea of automatically highlighting if it's available, it's working very well here. Paulo