aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvan Silberman <[email protected]>2024-03-26 16:43:51 -0700
committerEvan Silberman <[email protected]>2024-09-02 11:09:10 -0700
commitddfd8de5ecfb13e001d10b300ce6b406d38b26f1 (patch)
tree8d398ba7ec66989005c32ce11a4eef8940adaa7f /src
parentbf38a1583c36c65590d22b62a2962afba3995be0 (diff)
Remove default 4-column margin
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/ANSI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/ANSI.hs b/src/Text/Pandoc/Writers/ANSI.hs
index 7632c8f43..859ff9b2e 100644
--- a/src/Text/Pandoc/Writers/ANSI.hs
+++ b/src/Text/Pandoc/Writers/ANSI.hs
@@ -80,7 +80,7 @@ pandocToANSI opts (Pandoc meta blocks) = do
let hangWidth = foldr (max . D.offset) 0 marks
let notepretty | not (null notes) = D.cblock width hr $+$ hangMarks hangWidth marks notes
| otherwise = D.empty
- let main = D.nest 4 $ body $+$ notepretty
+ let main = body $+$ notepretty
let context = defField "body" main
$ defField "titleblock" title metadata
return $