We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aff38 commit 9c0a0a1Copy full SHA for 9c0a0a1
src/Text/Pandoc/Writers/Man.hs
@@ -332,7 +332,7 @@ inlineToMan opts (Link _ txt (src, _))
332
then (".MT", ".ME")
333
else (".UR", ".UE")
334
return $ "\\c" <> cr -- \c avoids extra space
335
- $$ (start <+> literal srcSuffix)
+ $$ nowrap (start <+> literal srcSuffix)
336
$$ linktext
337
$$ (end <+> "\\c" <> cr) -- \c avoids space after
338
inlineToMan opts (Image attr alternate (source, tit)) = do
0 commit comments