dmurdoch
dmurdoch
One possible workaround is to change the Zone entry in rows 7 and 8 to something that is different from rows 5 and 6 but which prints the same. One...
Fixed by #870.
Thanks for the report and fix!
This works for me on MacOS. I'd guess the issue is with the `webshot2` package on your machine, which `save_kable()` uses to produce the output. Does this produce a picture...
That should probably be a `gt` feature request. It would need to define a `pkgdown_print()` method for whatever class it is returning.
This was fixed quite a while ago in PR #39. I've been using the fork for quite a while and it works well. I don't know why it hasn't been...
Thanks for the report. I see the same issue in the devel version. This looks like it will be hard to fix in `kableExtra`, because it would be required to...
@EinMaulwurf : One thing I don't understand about your workaround. You replaced newlines with `"||NEWLINE||"`, and it works fine. Is this choice special? When I replace them with a single...
The test I suggested above is not sufficient. I just split a help page that was covering multiple functions into separate help pages, and that was enough to cause `build_site()`...
I've been trying out a hook since around the time I posted this suggestion, and it is actually kind of irritating. This is the code I put in my pre-commit...