This commit is contained in:
aarne
2004-10-25 14:22:18 +00:00
parent 51fb62890f
commit 24ba5b3b82
15 changed files with 280 additions and 236 deletions

View File

@@ -46,7 +46,7 @@ formatAsText = unwords . format . cap . words where
cap [] = []
major = flip elem (map singleton ".!?")
minor = flip elem (map singleton ",:;")
para = (=="<p>")
para = (=="&-")
formatAsCode :: String -> String
formatAsCode = rend 0 . words where