pagedown icon indicating copy to clipboard operation
pagedown copied to clipboard

Paginate the HTML Output of R Markdown with CSS for Print

Results 93 pagedown issues
Sort by recently updated
recently updated
newest added

Following https://github.com/rstudio/pagedown/issues/235#issuecomment-896776133, it seems to me that we often asked the same kind of debugging information, specific to chrome and pagedown. This could be something like `pagedown::chrome_debug()` or `pagedown::chrome_sitrep()` or...

feature

I'm trying to batch-knit around 800 pdf files using chrome_print() in a for loop. The headless chrome connection seems to time out after ~30min (or 375-385 files) when batch-knitting these...

help wanted :heart:

From @cderv, in https://github.com/rstudio/pagedown/pull/225#pullrequestreview-639068646: > * do we want to allow a choice ? We could have something like > > ```r > find_chrome(which = NULL) # default - use...

feature

I use gt::gt() to convert table to html and use pagedown to print pdf. Bnd I found it just format the first page of the table. How to set the...

question
feature

Though I guess this issue is quite difficult to solve, let me report for the sake of others. I found kable with many rows and a long footnote creates unnecessary...

help wanted :heart:

New templates to be used with Paged.js are available https://twitter.com/John_Tax/status/1120720291267776512?s=19 We could embed some of them in pagedown.

feature
help wanted :heart:

Is there any plan to add a `code_folding` option to `pagedown::html_paged:` ? I tried the following but it did not work as expected: ``` output: pagedown::html_paged: theme: default code_folding: hide...

feature

Adding altmetric scores: ```rmarkdown ``` It wors with `.Rmd` --> `.html_document`, but **not for `pagedown::html_resume`**

feature

It will be amazing if we could replicate this with **pagedown**: https://dash-gallery.plotly.host/dash-vanguard-report/full-view

feature
help wanted :heart:

For now, htmlwidgets are not rendered by `pagedown::html_paged()`. I think there are many technical challenges with this issue. The only success I've obtained is about the rendering synchronization, see https://github.com/RLesur/pagedown/commit/7608c1bfb405b3d3cdbbccedbe9dbf3b52571be7...

feature