Muse writer: never wrap definition list terms
This commit is contained in:
parent
3f8891b26f
commit
f8d3f3a999
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ blockToMuse (DefinitionList items) = do
|
|||
label' <- local (\env -> env { envOneLine = True, envAfterSpace = True }) $ inlineListToMuse' label
|
||||
contents <- vcat <$> mapM descriptionToMuse defs
|
||||
let ind = offset label'
|
||||
return $ hang ind label' contents
|
||||
return $ hang ind (nowrap label') contents
|
||||
descriptionToMuse :: PandocMonad m
|
||||
=> [Block]
|
||||
-> Muse m Doc
|
||||
|
|
Loading…
Add table
Reference in a new issue