From 7198d9ebe20982cb33f3c5acd3850f66cf8e6257 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 21 Dec 2023 03:21:42 -0800 Subject: [PATCH] No indent on first paragraph in each chunk --- glowfic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glowfic.py b/glowfic.py index 76a9a84..eadc40a 100644 --- a/glowfic.py +++ b/glowfic.py @@ -136,7 +136,7 @@ class BelowIconLayout(Layout): \\strut -%s +\\noindent %s ''' % ( b'\\\\*'.join(x.encode('UTF-8') for x in meta if x is not None), self._texifier.texify(chunk.content)) -- 2.44.1