Skip to content

Instantly share code, notes, and snippets.

@terngkub
Created October 17, 2018 14:51
Show Gist options
  • Select an option

  • Save terngkub/bf147c6ac81e47f9c0e44a444c31b716 to your computer and use it in GitHub Desktop.

Select an option

Save terngkub/bf147c6ac81e47f9c0e44a444c31b716 to your computer and use it in GitHub Desktop.
HTML page break
Code from https://www.lvsys.com/how-to-add-page-breaks-to-html-in-articles
... content in page 1 ...
<p style="page-break-after: always;">&nbsp;</p>
<p style="page-break-before: always;">&nbsp;</p>
... content in page 2 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment