Add font_size option to row_spec; regenerate documentation
diff --git a/man/add_header_above.Rd b/man/add_header_above.Rd
index 6e3f214..80239fe 100644
--- a/man/add_header_above.Rd
+++ b/man/add_header_above.Rd
@@ -29,8 +29,7 @@
\description{
Tables with multiple rows of header rows are extremely useful
to demonstrate grouped data. This function takes the output of a \code{kable()}
-function and adds an header row on top of it. This function can work with
-both \code{HTML} and \code{LaTeX} outputs
+function and adds an header row on top of it.
}
\examples{
x <- knitr::kable(head(mtcars), "html")