Don't indent <div>s in markdown.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-02-03 11:08:21 -08:00
parent f78f1755b9
commit 143a42446f
1 changed files with 1 additions and 1 deletions

View File

@ -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