No I dont think the markdown input processor has any way to insert page breaks before outputting footnotes. You can probably do it yourself by using extra css, something like footnote-selector::first-of-type {page-break-before: always}
What's .footnote??
|