The pkgdown test is failing with this error:
! unused arguments (renderer = "HTML", renderer.options = "fragment_only", extensions = NULL, encoding = "UTF_8")
This appears to be to do with the deprecation of markdown::renderMarkdown which is now markdown::mark. This issue requires some deeper thought outside of the pull request it came up in.
Originally posted by @pmcharrison in #103 (comment)