bump version...
remove magick from imports to suggests;
update documentation
update vignettes
diff --git a/man/row_spec.Rd b/man/row_spec.Rd
index eaf7b57..4a94983 100644
--- a/man/row_spec.Rd
+++ b/man/row_spec.Rd
@@ -35,6 +35,6 @@
 }
 \examples{
 x <- knitr::kable(head(mtcars), "html")
-row_spec(x, 1, bold = TRUE, italic = TRUE)
+row_spec(x, 1:2, bold = TRUE, italic = TRUE)
 
 }