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 =
|
||||
"<html>" ++
|
||||
"<body>" ++
|
||||
"<verbatim>" ++
|
||||
"<pre>" ++
|
||||
markdown ++
|
||||
"</verbatim>" ++
|
||||
"</pre>" ++
|
||||
"</body>" ++
|
||||
"</html>"
|
||||
|
|
Loading…
Reference in a new issue