Haddock reader: leaving Space alone in @...@ seems more semantically correct.
This commit is contained in:
parent
100f8df43e
commit
67b38fac64
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue