Add extra customization options to add_header_above
diff --git a/man/footnote.Rd b/man/footnote.Rd
index cabcb12..0f9e9aa 100644
--- a/man/footnote.Rd
+++ b/man/footnote.Rd
@@ -7,8 +7,9 @@
footnote(kable_input, general = NULL, number = NULL, alphabet = NULL,
symbol = NULL, footnote_order = c("general", "number", "alphabet",
"symbol"), footnote_as_chunk = FALSE, escape = TRUE,
- threeparttable = FALSE, general_title = "Note: ", number_title = "",
- alphabet_title = "", symbol_title = "", title_format = "italic")
+ threeparttable = FALSE, general_title = "Note: ",
+ number_title = "", alphabet_title = "", symbol_title = "",
+ title_format = "italic")
}
\arguments{
\item{kable_input}{HTML or LaTeX table generated by \code{knitr::kable}}