pagedown
Paginate HTML output of R Markdown into PDFs, resumes, posters and letters
pagedown is down to one small fix a year, mostly absorbing changes from elsewhere.
◆Recent moves
- 4mo ago
pagedown 0.24 fixes header rules in poster_jacobs
A single CSS fix restoring horizontal rules under unnumbered h1 headers in the poster_jacobs format. The entire release.
View source ↗ - 11mo ago
pagedown 0.23 fixes non-ASCII headers in TOC processing
Stops non-ASCII header text from erroring during TOC processing in `html_paged()`, while still recommending explicit ASCII ids. A narrow internationalisation fix.
View source ↗ - 1y ago
pagedown 0.22 drops deprecated xfun::attr()
Drops a call to `xfun::attr()` ahead of its removal upstream. Pre-emptive dependency housekeeping with no user-visible effect.
View source ↗ - 1y ago
pagedown 0.21 signals paged.js context to knitr
Sets an `is.paged.js` global knit option so knitr and other packages can detect that paged.js supplies its own JS and CSS. The one change in the window that gives the wider R Markdown ecosystem something to build on.
View source ↗ - 3y ago
pagedown 0.20 requires R >= 3.5.0
Raises the minimum R version to 3.5.0. A dependency floor, nothing more.
View source ↗ - 3y ago
pagedown 0.19 fixes paged.js rendering in modern browsers
Sets `overflow-x: clip` in the default stylesheet to repair paged.js rendering in then-recent browsers. Chasing a browser change.
View source ↗