Replies: 1 comment
-
In docx, the rule is:
For ODT the relevant code is here: https://github.com/jgm/pandoc/blob/djot/src/Text/Pandoc/Readers/ODT/ContentReader.hs#L394-L431 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've read that pandoc identifies whether a paragraph is a block quote by looking at indentation. But how much indentation, exactly, is required by pandoc to trigger a block quote?
In LibreOffice, I noticed that setting even an outrageously large indent does not trigger pandoc's block quote detection. But hitting “increase indent” from the toolbar does the trick:

Is there a general rule about how pandoc will determine whether something is a block quote?
Beta Was this translation helpful? Give feedback.
All reactions