I have a simple Quarto file (book), and when I try to add a page break, it doesn’t work with HTML output.
title: “Untitled”
format: HTML
Hello
{{< pagebreak >}}
Goodbye
I have a simple Quarto file (book), and when I try to add a page break, it doesn’t work with HTML output.
{{< pagebreak >}}