From: Scott Worley Date: Thu, 21 Dec 2023 00:17:54 +0000 (-0800) Subject: Paragraph breaks X-Git-Url: http://git.scottworley.com/paperdoorknob/commitdiff_plain/163851310b141ce92013cbc13e40bc4a17669a54 Paragraph breaks --- diff --git a/glowfic.py b/glowfic.py index 1249663..a4f3ca9 100644 --- a/glowfic.py +++ b/glowfic.py @@ -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),