parent
1ca320e249
commit
8899f8838e
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ blockToMan opts (Header level _ inlines) = do
|
|||
let heading = case level of
|
||||
1 -> ".SH "
|
||||
_ -> ".SS "
|
||||
return $ text heading <> contents
|
||||
return $ nowrap $ text heading <> contents
|
||||
blockToMan opts (CodeBlock _ str) = return $
|
||||
text ".IP" $$
|
||||
text ".nf" $$
|
||||
|
|
Loading…
Reference in a new issue