mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
0f98cbff4b
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.