html's verbatim is called pre
This commit is contained in:
parent
286b1db836
commit
49c301d26e
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Reference in a new issue