]> git.scottworley.com Git - paperdoorknob/commitdiff
Paragraph breaks
authorScott Worley <scottworley@scottworley.com>
Thu, 21 Dec 2023 00:17:54 +0000 (16:17 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 21 Dec 2023 00:17:54 +0000 (16:17 -0800)
glowfic.py

index 1249663c3a184b2d827fab78c2a004dfe3868f7c..a4f3ca9b2e24eb5707c86cd3b03d1dc64db83bb6 100644 (file)
@@ -112,11 +112,16 @@ class BelowIconLayout(Layout):
         icon_width = b'0.25\\textwidth'  # TODO: Make this configurable
         return b'''\\begin{wrapfigure}{l}{%s}
 %s
+
 %s
+
 %s
+
 %s
 \\end{wrapfigure}
+
 %s
+
 ''' % (
             icon_width,
             renderIcon(chunk.icon, self._image_size),