pagedown 0.13
NEW FEATURES
- In
html_paged()
, the title of the list of abbreviations can now be modified with theloa-title
field in the YAML header (thanks, @jtrecenti, #199).
BUG FIXES
-
The option
anchor_sections
is disabled internally. This option is forrmarkdown::html_document()
to generate anchor links for sections and currently it does not work well for pagedown format for now (#195). -
In
chrome_print()
, fixed a bug when the R session temporary directory and the current directory are mounted on different Linux file systems. In that case,chrome_print()
failed to add an outline to the PDF and raised the warningcannot rename file ..., reason 'Invalid cross-device link'
(#193).