- Fix vignette code background for client side highlighting (#32)
- Fix inline
## Notrun
regex (#34) - Update
ace
tov1.4.13
(#33) - Drop
rvest
dependency (#31) - No longer trim leading whitespaces from code chunk (#35)
- Make
memoise
dependency optional (#29)
- Highlighting is now done client side, i.e. the JavaScript highlighting code is executed by whatever browser that eventually displays the HTML docs, either RStudio or an external browser, instead of
V8
. This change allows us to drop the heavyV8
dependency (#25).
- Remove
readr
dependency (#23)