Page break

Viewed 5

Hi, Folks.
I've always used the following to add a page break in Marked 2:

<div style="page-break-after: always;"></div>

This isn't working in Marked 3. Does anybody know how to add a page break please?
I hunted around for an answer to this question but couldn't find one.
Cheers,
Paul

2 Answers

Do you mean in PDF/Print output, I assume? You should be able to use:

<!--BREAK-->

As a comment in your document and get a PDF page break. Let me know if that doesn't work.