💾 Archived View for lertsenem.com › 20210430.asciidoc.gmi captured on 2023-06-14 at 13:42:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

How to insert page break in Asciidoc

I had trouble finding this info online for no really good reason, so I'll write it here.

If you need to insert a page break for a PDF (and maybe docbook?) backend for Asciidoc ('asciidoctor-pdf', for example), the syuntax you need is:

<<<

Three 'less-than' is the minimum, you can have more if it suits your style better.

Of course, this sign should have no influence over a HTML rendering of your doc.