Releases: kiendang/rdocsyntax
Releases · kiendang/rdocsyntax
v0.6.2
- Fix vignette code background for client side highlighting (#32)
- Fix inline
## Notrun
regex (#34)
- Update
ace
to v1.4.13
(#33)
- Drop
rvest
dependency (#31)
- No longer trim leading whitespaces from code chunk (#35)
v0.6.1
Move memoise
to optional (Suggests
) dependency. Now the package only hard dependencies (Imports
) are xml2
/rvest
for HTML parsing.
v0.5.2
- Finally fixed the encoding issue #6 on windows with both
?
docs and vignettes (#14, #15)
- Improve performance by reducing the number of times sourcing the js scripts (#16, #17)
v0.5.1
- Added a security fix to restrict highlighting to only httpd routes
/doc
and /library
(#11)