Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for the report. I worked on this feature, so I'll have a look at your reproducible example. And then I'll have a look at your PR.

Can you clarify what results you are expecting ? The `fig.alt` feature was made primarly for HTML output, and is not correctly supported in other type of output. When I...

> The reason I'm knitting to a markdown doc rather than html directly is because it's part of a jekyll site setup, fwiw. Part of a carpentries lesson. That is...

I don't see the warning anymore with last Pandoc (2.11.0.4) when trying ```yaml --- title: "Habits" output: html_document: pandoc_args: [ "--title-prefix", "Foo", "--id-prefix", "Bar" ] --- ``` However, this issue...

Several updates on this: * Pandoc has reverted the use of HsYAML in 2.16 https://github.com/jgm/pandoc/blob/master/changelog.md#pandoc-216-2021-10-31 to yaml lib that uses 1.1 version. * 'Y', 'N', 'Yes', 'No', 'On', 'Off' and...

No update yet to change the behavior - it still open. When this will be dealt with, we will update here. Current workaround is to copy Rmd file and resources...

Hello, Please, can you follow the issue guide that should have been visible when opening the issue ? Full version is here: https://yihui.org/issue/ With only what you have provided, it...

Is this still an issue ? I believe it works as expected now. @aryoda can you confirm ? Is this still something you are using ? Thanks.