diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Writers/Docx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs index 358cc468f..839a9f7e5 100644 --- a/src/Text/Pandoc/Writers/Docx.hs +++ b/src/Text/Pandoc/Writers/Docx.hs @@ -250,7 +250,7 @@ mkLvl marker lvl = ,patternFor de ("%" ++ show (lvl + 1)) ,show n) step = 720 - hang = step `div` 2 + hang = 480 bulletFor 0 = "\8226" bulletFor 1 = "\9702" bulletFor 2 = "\8227" |