Removed obsolete comment.

This commit is contained in:
John MacFarlane 2013-05-09 09:50:15 -07:00
parent f42ffcb710
commit 80ab208b3d

View file

@ -37,9 +37,6 @@ inline links:
> module Main where
> import Text.Pandoc
> -- include the following two lines only if you're using ghc < 6.12:
> import Prelude hiding (getContents, putStrLn)
> import System.IO.UTF8
>
> markdownToRST :: String -> String
> markdownToRST =