rstudio / pagedown

Paginate the HTML Output of R Markdown with CSS for Print
https://pagedown.rbind.io
Other
892 stars 128 forks source link

Rendering the html_paged skeleton example that comes with the pagedown package is skipping page numbers #327

Open Mosk915 opened 4 months ago

Mosk915 commented 4 months ago

I started noticing some strange behavior with my html paged document with page numbers being skipped. I tested rendering the html paged skeleton template that comes with the pagedown package, and I noticed that it is skipping from page 1 to page 8. The introduction page says page 1, then there is a blank page which doesn't display a page number, and then the next page says page 9.

I am on the latest version of pagedown and have not updated any other packages recently. My suspicion is that if the package pulls files from the internet, one of those files may have changed which caused the change in behavior.

Mosk915 commented 4 months ago

It appears this issue is actually caused by an update to Chrome. So it's nothing with pagedown, but some change to the browser is causing the output not to render correctly.