diff --git a/format_novel/format_novel.py b/format_novel/format_novel.py index ea71950..acf2cb9 100755 --- a/format_novel/format_novel.py +++ b/format_novel/format_novel.py @@ -80,7 +80,7 @@ def double_space_and_indent(paragraphs): paragraph.paragraph_format.widow_control = False this_paragraph_plaintext = ( - not paragraph.style.name.startswith('Heading') and paragraph.style.name != '0 Block' + not paragraph.style.name.startswith('Heading') and paragraph.style.name != '0 Block' and not paragraph.style.name.startswith('Para ') ) # Indent first lines of paragraphs except for styled ones (headings, etc.) and initial