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

I'm using chrome_print to save a lot of pdf's each one from a diferent link. Problem is that it leaves chrome running in background and I get get around 3000...

The traceback is as follows: 1. pagedown::chrome_print("mycv.html", format = "pdf") 2. with_temp_loop_maybe({ ws = websocket::WebSocket$new(get_entrypoint(debug_port), autoConnect = FALSE) ws$onClose(kill_chrome) ... 3. with_loop(loop, expr) 4. force(expr) 5. stop("Failed to generate output...

bug
wontfix

I followed the advice in https://pagedown.rbind.io/#the-css-overriding-mechanism but my font would not change. Having played around a bit with the settings and the CSS I realised that I needed to add...

Regarding paged resume's, I have yet to find an example that includes a cover letter. For example, it would be nice to keep some elements of the formatting and sidebar...

In the pagedown documentation example, there are blank pages present at the end of the table of contents section as well as the end of the document. The @page :blank...

Hi, I have another question. I use the pagedown::business_card to create many cards at a time that our customers use to log into our tool, and I'm attaching an example...

Migrated from #97. I'm sorry for hijacked a completed PR @cderv, I was wondering if the PR was either prematurely merged or something else. I notice a difference in the...

It seems that in the html generated by `pagedown::html_resume()`, the emails are not obfuscated. See for instance, https://github.com/rstudio/pagedown/blob/7dacf8df0566da7f5281fd8a76d96abab82c8bd2/html-resume.html#L30 Many static website services obfuscate them but I wonder whether we should...

Hello, When using the CSS column-count property on a div, the 1st column ends up one line lower than the others. Here's some example code, done by adding a div...