Christophe Dervieux
Christophe Dervieux
thanks for the report. here is what I see  For first too, this is working ok it seems. For last one, the `Text is not visible` part is not...
Can you share your versions ? R , packages and Pandoc ?
Can you share also ```r rmarkdown::find_pandoc() ``` thanks
I'll try to reproduce with these information then, Pandoc is at 2.17.1.1 now you can use rstudio daily or install specific pandoc if you want to upgrade, but it should...
So that was helpful. The difference between you and me is indeed the Pandoc version. I can reproduce with 2.14.0.3. We need to rework the Lua filter probably. Thanks for...
Thanks for the report on this > When I preview in RStudio, it looks great except that the image URL for the logo is always displaying - can't turn it...
@yihui I don't know if this is an option for pagedown but it may be something interesting for [tidydevday](https://github.com/tidyverse/dev-day-2019) - we may indicate this by the label if you want....
> However, I can't for the life of me figure out how pagedown knows to take a hyphen "-" and split the dates. About this, this is done in JS...
Automated more tests would be awesome ! But testing R Markdown ecosystem is really not easy. Especially **pagedown** which acts at the client level with lots of JS in the...
> Since we need to test the DOM, I believe that it will be easier to use a JS test framework, such as JEST. FWIW testing the DOM content using...