Version 1.1 release
diff --git a/man/footnote.Rd b/man/footnote.Rd
index 34b3f61..063ca3c 100644
--- a/man/footnote.Rd
+++ b/man/footnote.Rd
@@ -7,9 +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", symbol_manual = NULL)
+ threeparttable = FALSE, fixed_small_size = FALSE,
+ general_title = "Note: ", number_title = "", alphabet_title = "",
+ symbol_title = "", title_format = "italic", symbol_manual = NULL)
}
\arguments{
\item{kable_input}{HTML or LaTeX table generated by \code{knitr::kable}}
@@ -40,6 +40,10 @@
footnotes be the width of the original table. It's useful when you have
long paragraph of footnotes.}
+\item{fixed_small_size}{T/F When you want to keep the footnote small after
+specifying large font size with the kable_styling() (e.g. ideal font for headers
+and table content with small font in footnotes).}
+
\item{general_title}{Section header for general footnotes. Default is
"Note: ".}