html's verbatim is called pre

This commit is contained in:
Sönke Hahn 2014-11-13 20:50:36 +08:00
parent 286b1db836
commit 49c301d26e

View file

@ -26,8 +26,8 @@ toHtml :: String -> String
toHtml markdown = toHtml markdown =
"<html>" ++ "<html>" ++
"<body>" ++ "<body>" ++
"<verbatim>" ++ "<pre>" ++
markdown ++ markdown ++
"</verbatim>" ++ "</pre>" ++
"</body>" ++ "</body>" ++
"</html>" "</html>"