Christophe Dervieux
Christophe Dervieux
Thanks for the precision. The bug will trigger as soon as the html code of the header contains ` I want to also note that the bug manifests itself only...
Hi @anna-doizy, Thanks a lot for sharing this! If both yaml will lead to same result (a hugo website) they use different ways, and main difference is that the first...
> Actually, I think that my first yaml needed all these dependencies because I started with blogdown
Yes I think this is a bug. In bookdown, to change the mathjax CDN used by gitbook, currently I think this should be passed as pandoc variable in `index.Rmd` yaml...
@yihui so I have looked into this and I think we don't currently support properly setting a custom mathjax url with `bookdown::gitbook`. Currently, all the mathjax handling is dealt in...
Yes this is the part in Rmarkdown that is currently activated when using Gitbook. I see two impacts of this : 1. this restriction on `self_contained` with the warning is...
> (again I don't know if anyone use some "self contained gitbook" and if it really makes sense - never used it myself). Another thought on that: If fact, it...
hi @sentausa, did you try this with a custom mathjax url ? If so, this issue is still not solved. If not, then... > When I use the equation or...
Thanks for the precision @sentausa > No, I didn't use a custom mathjax url, and I was trying to render a bookdown::github document. Unfortunately your question is completely out of...
Last thing @sentausa , I am under the impression you are in fact talking about `bookdown::gitbook` not `github`. If so, sorry for my previous answer where I misunderstood you. If...