Christophe Dervieux
Christophe Dervieux
> are you saying that pandoc already supports the quarto code block syntax, which doesn't use class attributes and is close to the syntax already outlined in the JEP? or...
Update on this: With next knitr 1.45, there should not be an error anymore with it as we whitelisted JuliaCall temporarily waiting for #210 to be dealt with.
Ok. I'll try to evaluate what that entails because I think we retrieve some informations of the online books even for pinned one, so it probably requires an evoluation in...
> To determine the latest pandoc release, we could use the https://github.com/jgm/pandoc/releases/latest link, this is redirected to the latest tag. Hopefully this has the binaries at the time it is...
Sure - I'll work with them.
@ralphlsmith As it does not work at inside your company network but work at home, I suspect it comes from proxy you may be behing. Do you know about a...
Thanks for the investigation. I think we should have used `--wrap=none` for HTML output instead of `--preserve`. This is part of change in HTML output with pandoc 2.17 where wrap...
@king-of-poppk please open a new issue with a reproducible example and we can have a look
Here is the diff of my changes so that it works ok https://github.com/jbub/ghostwriter/compare/master...cderv:fix-url
Can you share with a us a reproducible example ? Probably a single Rmd document with some 10 tabset and `knitr::kable()` ? An example would confirm we got it right....