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

When I run following this link https://stackoverflow.com/questions/73755770/save-interactive-plotly-in-pdf-or-eps-in-r, it works fine. But when I run on my dataset, it can produce the HTML file successfully and the picture is displayed normally...

I am trying to edit the pagedown resume template to allow for a clickable PDF icon that brings the user to a PDF of a published article. I am able...

It seems that {pagedown} does not compile the Paged.js directives (like `@page`) when included in a Rmd CSS chunk. Is it by design? No issues is the CSS is externally...

I am trying to use the tippy package in the `html_paged` output, but it's not working. It works fine when using the regular `html_document` output though. I can see that...

external

Hello, not an issue but a question. Is there an ETA of Pagedown for Quarto? We would like to produce another template for our students just as we did for...

I'm running into this problem in my R Markdown template for making academic CVs with `pagedown`, and I can't figure out what's causing it or how to solve it. Here's...

When I add a concise fence to a pagedown resume, it seems to conflict with chrome_print. See below for a reproducible example. It works fine in infinite moon reader, but...

reprex

Just noticed that while testing other things ````markdown --- title: "A Multi-page HTML Document" author: "Yihui Xie and Romain Lesur" date: "`r Sys.Date()`" output: pagedown::html_paged: self_contained: false lof: true #...

bug

If one were building a wrapper around pagedown (say, like pagedreport), how should one think about providing users access to style parameters of templates? For example, I understand that one...