Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Can you share more details ? how did you setup the extension ? Where is your `_extension` folder compare to your project ? This extension works fine when setup correctly...

That is definitely a good argument to use **processx**. However, it seems the conversion is removing some characters in the conversion. I can open an issue in **processx** for that.

Thanks for the report. Unfortunately, with only this screenshot, we won't be able to do much. This is indicates that you indeed encountered an issue, but it could be anything....

Using a code cell to include the image works ````markdown ```{r md-logo, fig.cap = "Markdown logo", echo = FALSE} knitr::include_graphics("https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Markdown-mark.svg/208px-Markdown-mark.svg.png") ``` ```` The html produced at the end is ````html...

> I feel it's not a matter of simply changing two regular expressions, Thanks for your look into it. > write a Lua filter to transform the figure, I'll see...

Thanks for the suggestion. > So, to continue on my refactoring I need to remove _main.Rmd manually, because otherwise I cannot knit again. About `_main.Rmd` removal, did you set the...

> Nevertheless I put the line you suggested in YAML header of my index.Rmd file, and unfortunately did not get the desired effect This is a config only valid when...

Thanks Alison ! This is very interesting. I was thinking at first of a site-wide configuration (like in `_bookdown.yml`) with a list of old new names, a bit like [`_redirects`...

Thanks for sharing ! I would also do it that way in the general idea. :) But maybe produce full HTML document, like the Hugo example. ````html ```` `nodindex` is...

Oh thanks for sharing this resource. This may be why Hugo puts both of them. It seems also that regarding SEO, client side redirect with meta tag and refresh 0...