Christophe Dervieux

Results 1378 comments of Christophe Dervieux

@rich-iannone I do think there is a related issue mentioned in quarto-dev/quarto-cli#3340 with `\QuartoMarkdownBase64{` as raw LaTeX in a cell, and **gt** not escaping it. Currently `fmt_passthrough` with `escape =...

It could be on purpose though - I don't know **gt** a lot. This is an issue with Quarto processing activated in fact (if you opt out) table is visible)...

Is this a **pagedown** question on how to pass argument in `extra_args` ? Or did you try something and it is not working ? If this is a question on...

**pagedown** is a R package to help create paginated HTML, often with the aim to be print ready version created from HTML and CSS. This is heavily built on [pagedjs](https://pagedjs.org/)...

Thank you for the interest. Work has not started by this is definitely something we want to tackle soon. So no ETA , but for now this is among what...

I believe this is a change in Pandoc 2.8 that breaks the aside. Pandoc 2.7.3 works as expected with this `aside` feature

I believe this is just because some missing first headers which makes this JS code adds the span https://github.com/rstudio/pagedown/blob/6f27778df1acf592206a5a06d01ced04b2d2e0d1/inst/resources/js/hooks.js#L166-L171 This gets apply on the `` in code chunks (added for...

> but with chrome_print it breaks the page. What is the breakage ? This is what I got in PDF by `chrome_print()` ![image](https://user-images.githubusercontent.com/6791940/210340819-c66d9f16-6f50-47f4-9d7e-4a71b60af8db.png) it seems fine compated to the HTML...

Can you share a reprex as a full github repo maybe so that I could clone and reproduce ? Or a zip file ? It seems copy pasting from github...