Improve the look of continuous table based one #14
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 90aca6f..a491d31 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -6,7 +6,7 @@
\usage{
kable_styling(kable_input, bootstrap_options = "basic",
latex_options = "basic", full_width = NULL, position = "center",
- font_size = NULL)
+ font_size = NULL, ...)
}
\arguments{
\item{kable_input}{Output of `knitr::kable()` with `format` specified}
@@ -43,6 +43,8 @@
imported.}
\item{font_size}{A numeric input for table font size}
+
+\item{...}{extra options for HTML or LaTeX}
}
\description{
This function provides a cleaner approach to modify the style