Christophe Dervieux

Results 362 issues of Christophe Dervieux

````markdown --- title: test output: html_document: theme: version: 5 code_folding: show --- ```{r, eval = TRUE} 1 + 1 ``` ```` ![hide-show](https://user-images.githubusercontent.com/6791940/149163957-3f5682f2-c302-4c95-99d8-81f634df426e.gif)

bug
theme: bootstrap

Tested from https://github.com/quarto-dev/quarto-cli/issues/863#issuecomment-1132597488 > ```{r} > mtcars > rmarkdown::paged_table(mtcars) > ``` > Can I show 'mtcars' in the code chunk after the render but not 'rmarkdown::paged_table(mtcars)' and in addition to...

feature

This relates to https://github.com/quarto-dev/quarto-cli/pull/783 where I found the specific internal engine (`verbatim`, `embed`, `cat`) are not working quite right in Quarto, mainly because they rely on `source` hook and Quarto...

feature

Why : * bash or sh is not always accessible on windows * It would be good to have a Windows equivalent This could be made easier after working on...

feature

I am opening this here to not forget. It is possibly opened elsewhere but I did not find it. This is something that could be useful and see asked already...

next

This would allow some special like keeping first URL if multiple to be apply. For example, we have this in **bookdown** where we use a CITATION file to get some...

Among docx, pptx, rtf, and odt, pptx is the only format that does not support width and height. Do we need warning when output is pptx and out.width and out.height...

next
feature

This would be nice to have `fig.alt` work also for other outputs than Pandoc supports. See discussion and notes : * About support in DOCX: https://github.com/yihui/knitr/pull/1900#issuecomment-717101270 * About support in...

feature

With this type of document where a link is added in the caption for example: ````markdown --- output: html_document: keep_md: true self_contained: FALSE --- # Setup ```{r, fig.cap = "here...

bug

I wanted to share some ideas about how I think including a url with `include_*` would have worked. This is for discussion to see what should / could be considered...