diff --git a/src/MdToHTML.hs b/src/MdToHTML.hs index dea69a6..d7ec5f0 100644 --- a/src/MdToHTML.hs +++ b/src/MdToHTML.hs @@ -82,6 +82,7 @@ prettyPrint :: MdToken -> String prettyPrint (Para token) = "
" ++ T.unpack (wrapText defaultWrapSettings 70 (T.pack $ prettyPrint token)) ++ "
\n" prettyPrint (Table (thead : tokenGrid)) = "" ++ rstrip (prettyPrint x) ++ " | \n") thead ++ "
---|
" ++ rstrip (prettyPrint y) ++ " | \n") x ++ "