Skip to content

pagedown 0.15

Compare
Choose a tag to compare
@yihui yihui released this 23 Jun 04:45

NEW FEATURES

  • find_chrome() now searches for Microsoft Edge on Windows. That allows chrome_print() to work seamlessly with Microsoft Edge (thanks, @cderv, #160 and #225).

MAJOR CHANGES

  • In chrome_print(), when printing a document to PDF, the default transfer mode between Chrome and R now uses a stream when this option is available in Chrome. This change ensures that PDF files of any size can be generated (#206 and #224).

MINOR CHANGES

  • Multiple knitr::kables() are now vertically aligned by default in html_paged(), thesis_paged() and jss_paged() output formats (thanks, @cderv and @andrew-fuller, #214).

BUG FIXES

  • Fixed a bug introduced in html_paged() by pagedown 0.14, the content of each link was lost if it was not textual (thanks, @mcanouil, #226).

  • Fixed figure and table numbering format in jss_paged() (thanks, @gglee4ai, #184).