mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
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
This commit is contained in:
+1
-1
@@ -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")) >>
|
||||
|
||||
Reference in New Issue
Block a user