Christophe Dervieux
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...
You could try without the space after `user-agent=` maybe ?
**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()`  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...