Christophe Dervieux

Results 1378 comments of Christophe Dervieux

We've been focus on other subject and did not have time to look into it yet. I'll try to look at this issue and suggested fix later this week. Sorry...

Thanks for the report. A `git bisect` leads me to the issue being introduced by 17a64ff10e9f97697178bf79de279aa668def830 (#1900) This PR touches `fig.alt` but for HTML output mainly. Something must have introduced...

And issue is from here: https://github.com/yihui/knitr/blob/3237add034368a3018ff26fa9f4d0ca89a4afd78/R/hooks-html.R#L59 We should escape really only when the output format supports it.

However, this happens because the caption for rst output uses `.img.cap(..., alt = "TRUE")` Maybe there is something to change in how it is handled for rst format https://github.com/yihui/knitr/blob/3237add034368a3018ff26fa9f4d0ca89a4afd78/R/hooks-rst.R#L5-L19 I...

Sorry I just for mixed up. rst is for `restructuredText` not asciidoc. This is another hook for asciidoc (`hook_plot_asciidoc`, here we are talking about `hook_plot_rst()` above) I see how I...

This is a duplicate of https://github.com/yihui/knitr/issues/1189 - See discussion there and comments like https://github.com/yihui/knitr/issues/1189#issuecomment-266144845 I assume here you are talking of `kable()` which is in **knitr**. You can already change...

@yihui I set the label to indicate that this would be maybe considered if someone make a PR for this. Otherwise, there is little chance that we would modify the...

I feel that the caption setting and handling will be very different depending on the Table 📦 used in the chunk. I don't think it is like figure which share...