Better lhs writing.

This commit is contained in:
Jasper Van der Jeugt 2010-02-16 17:24:32 +01:00
parent 4f5d4c166c
commit 87e7e99a8c

View file

@ -63,6 +63,10 @@ readerOptions = defaultParserState { stateSmart = True }
-- | The default writer options for pandoc rendering.
writerOptions :: WriterOptions
writerOptions = defaultWriterOptions
{ -- This option causes literate haskell to be written using '>' marks in
-- html, which I think is a good default.
, writerLiterateHaskell = True
}
-- | Get a render function for a given extension.
getRenderFunction :: String -> (String -> String)