]> git.scottworley.com Git - paperdoorknob/commitdiff
No indent on first paragraph in each chunk
authorScott Worley <scottworley@scottworley.com>
Thu, 21 Dec 2023 11:21:42 +0000 (03:21 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 21 Dec 2023 11:21:42 +0000 (03:21 -0800)
glowfic.py

index 76a9a840738259f4f925bf68ece537d794872711..eadc40ab9cb8ccdba5c94db453e809ffa24964a6 100644 (file)
@@ -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))