You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To break a page anywhere, use a div with page-break-before:always:
p Some paragraph
div(style="page-break-before:always")
p Some other paragraph
Numbered headings
In the following example (from this blog post), h2 and h3 headers will be automatically numbered (1, 1.1, 1.2, etc.), unless they have the class .no-count.