Skip to content

pagedown 0.21

Choose a tag to compare

@yihui yihui released this 11 Oct 15:17
· 16 commits to main since this release
  • html_paged() and other formats using paged.js now informs knitr that its JS and CSS dependencies will be loaded by setting the is.paged.js global knit option. Use isTRUE(knitr::opts_knit$get("is.paged.js")) to detect it (thanks, @sylvaine31, @davidgohel, #332).