Add font_size option to row_spec; regenerate documentation
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index c46cf0d..46ab96e 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -25,11 +25,7 @@
Default is TRUE.}
}
\description{
-Add footnote to your favorite kable output. So far this function
-only works when you define \code{format} in your kable function or in the
-global knitr option \code{knitr.table.format}. In latex, we are using the
-\code{threeparttable} package so you need to import this package in your
-\code{YAML} header.
+Add footnote to your favorite kable output.
}
\examples{
x <- knitr::kable(head(mtcars), "html")