aboutsummaryrefslogtreecommitdiff
path: root/test/docx/relative_indentation_blockquotes.docx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke1-0/+0
When a paragraph has an indentation different from the parent (named) style, it used to be considered a blockquote. But this only makes sense when the paragraph has more indentation. So this commit adds a check for the indentation of the parent style.