Haddock reader: leaving Space alone in @...@ seems more semantically correct.

This commit is contained in:
David Lazar 2013-04-04 23:11:43 -07:00
parent 100f8df43e
commit 67b38fac64

View file

@ -139,7 +139,6 @@ monospace :: Inlines -> Inlines
monospace = everywhere (mkT go)
where
go (Str s) = Code nullAttr s
go Space = Code nullAttr " "
go x = x
-- | Create a `Hyperlink` from given string.