prettydoc icon indicating copy to clipboard operation
prettydoc copied to clipboard

Creating Pretty HTML From R Markdown

Results 19 prettydoc issues
Sort by recently updated
recently updated
newest added

Could pretttydoc support Github emoji like `:blush:​`?

Hello, I found prettydoc a useful tool for beautiful html production. Here's some usage problems I meet. 1. Could the head of the markdown hided automatically in the .md? ```...

I think it would be handy to jump in between headers by clicking an item on the table of content. The item on the table of content represents a section....

Is `prettydoc` compatible with shiny app elements? ``` output: prettydoc::html_pretty theme: leonids runtime: shiny ``` I am having this error ``` Error in yaml::yaml.load(..., eval.expr = TRUE) : Scanner error:...

prettydoc seems to be outputting inconsistent font size when viewed on mobile. Example of how code looks on a regular page on mobile: ![mobile1_small](https://user-images.githubusercontent.com/13123390/116010402-bdcb1500-a5ec-11eb-9ee8-633eec50c45a.png) Example of how code looks on...

I was trying to add 'code_folding: hide' to my YAML header for prettydoc html output. The error I got was: Error in overlay(...) : You must use a theme when...

woff and woff2 (latin-extended) for regular, italic, bold and bolditalic with scss changes for cayman theme. Perhaps you want to try this out. thanks, christoph

Hi, as of now, `Open Sans` is included just with the * regular / 400 and * bold / 700. All italic or bold-italic will not get the `Open Sans`...

I am wanting to use the `kable_classic()` style for a table in a HTML document that is using a `prettydoc` theme. The `prettydoc` table style overwrites any kable styles I...