From 17873d46392bbb5e458c2dd54b7ceca5596e926e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 28 Jul 2007 05:28:30 +0000 Subject: Main: Changed putStr to putStrLn -- mainly because MacOS doesn't display the whole output unless there's a line ending. git-svn-id: https://pandoc.googlecode.com/svn/trunk@817 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index 43fb4e62d..3a19df850 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -481,7 +481,7 @@ main = do writerStrictMarkdown = strict, writerReferenceLinks = referenceLinks } - (readSources sources) >>= (hPutStr output . toUTF8 . + (readSources sources) >>= (hPutStrLn output . toUTF8 . (writer writerOptions) . (reader startParserState) . tabFilter . removeCRs . fromUTF8 . (joinWithSep "\n")) >> -- cgit v1.2.3