Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-02 | Docx reader: don't let first line indents trigger block quotes. | John MacFarlane | 1 | -0/+0 | |
This fixes a regression introduced in pandoc 2.15 by PR #7606. Closes #7655. | |||||
2021-10-10 | Avoid blockquote when parent style has more indent | Milan Bracke | 1 | -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. |