mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 17:35:49 +00:00
Haddock reader: leaving Space alone in @...@ seems more semantically correct.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user