Pandoc md to pdf: keep order when inserting image before pagebreak
问题 as the title states, my question is about pandocs md to pdf. When I convert a markdown like # Title ...... text that is about a 3/4 page ![image that is too large to fit page](image.png) Some more text then the text after the image "some more text" is displayed on the first page and the image gets pushed to the second page, which changes the order of my content. What i can do is something like # Title ...... text that is about a 3/4 page \newpage ![image that is too large to fit page](image