pagedown 0.8
BUG FIXES
-
In
chrome_print()
, fixed some connection problems to headless Chrome: in some situations, the R session tries to connect to headless Chrome before a target is created. Now,chrome_print()
controls the target creation by connecting to theBrowser
endpoint (thanks, @gershomtripp, #158). -
In
html_resume()
template, vertical space is removed when details are omitted (thanks, @mrajeev08, #161).