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

For now, Chrome supports (partially) hyphenations on Mac. There's no hyphenation support on Windows and Linux: https://caniuse.com/#search=hyphens The paged.js team uses and recommends `hyphenopoly`: https://github.com/mnater/Hyphenopoly

feature

Here's a first draft for #58 After hundreds of trials and errors, I'm quite happy with these first results. I spent most of the time on the HTML/JS implementation: here,...

Here's a proposal for #33 . It uses the [Hyphenopoly.js](https://github.com/mnater/Hyphenopoly) library. Hyphenopoly.js integration was not straightforward for many reasons: - **Hyphenopoly.js must run first**. In our context, this means before...

Hi all, I am working on producing a report that would ideally use plotly to generate plots and text and in a for loop. It seems like the pagedjs is...

Hi, and thanks for this great package. For the Resume template. I would like to put multiple positions under the same company, instead of listing the same company for every...

question

When I visit pagedown.rbind.io from my workplace I'm presented with the message below. ![image](https://user-images.githubusercontent.com/6510323/50665173-7b392680-0f64-11e9-9aed-7c40eeef59c2.png) I don't get a similar message from any other rbind.io domains my ip address is 128.125.179.206

question

Thanks for another awesome package! The `html_resume` doesn't render properly with safari, but works fine with Chrome, firefox and opera. ![image](https://user-images.githubusercontent.com/2456216/50687077-06551200-1074-11e9-99a7-b05060bf9ad9.png) Any thoughts on this?

question

In some situations, I get overflows that crash Paged.js. It seems to be related to Pandoc highlighting: when I comment on the highlighting stylesheet in the html file (or use...

bug

Paged.js takes into account only the first `@page {...}` statement it finds. So, if the user wants to overrule the `@page` statement using a `custom.css` file, it is: - possible...

bug