aboutsummaryrefslogtreecommitdiffstats
path: root/screenplain/export/fdx.py
diff options
context:
space:
mode:
Diffstat (limited to 'screenplain/export/fdx.py')
-rw-r--r--screenplain/export/fdx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/screenplain/export/fdx.py b/screenplain/export/fdx.py
index b2d2d87..7bd9cfe 100644
--- a/screenplain/export/fdx.py
+++ b/screenplain/export/fdx.py
@@ -31,6 +31,7 @@ def write_text(out, rich, trailing_linebreak):
else:
_write_text_element(out, fdx_styles, segment.text)
+
def write_paragraph(out, para_type, lines, centered=False):
if centered:
out.write(' <Paragraph Alignment="Center" Type="%s">\n' % para_type)