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
|
let heading = case level of
|
||||||
1 -> ".SH "
|
1 -> ".SH "
|
||||||
_ -> ".SS "
|
_ -> ".SS "
|
||||||
return $ text heading <> contents
|
return $ nowrap $ text heading <> contents
|
||||||
blockToMan opts (CodeBlock _ str) = return $
|
blockToMan opts (CodeBlock _ str) = return $
|
||||||
text ".IP" $$
|
text ".IP" $$
|
||||||
text ".nf" $$
|
text ".nf" $$
|
||||||
|
|
Loading…
Reference in a new issue