Add htmlTable_styling; Improve old functions
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index fe90a86..6a9b260 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -4,8 +4,8 @@
 \alias{add_footnote}
 \title{Add footnote}
 \usage{
-add_footnote(input, label = NULL, notation = "number",
-  threeparttable = FALSE)
+add_footnote(input, label = NULL, notation = c("alphabet", "number",
+  "symbol"), threeparttable = FALSE)
 }
 \arguments{
 \item{input}{The direct output of your \code{kable} function or your last
@@ -26,4 +26,3 @@
 \code{threeparttable} package so you need to import this package in your
 \code{YAML} header.
 }
-
diff --git a/man/htmlTable_styling.Rd b/man/htmlTable_styling.Rd
new file mode 100644
index 0000000..a4f8cd8
--- /dev/null
+++ b/man/htmlTable_styling.Rd
@@ -0,0 +1,18 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/htmlTable_styling.R
+\name{htmlTable_styling}
+\alias{htmlTable_styling}
+\title{HTML table attributes}
+\usage{
+htmlTable_styling(bootstrap_options = "bs-table", font_size = NULL,
+  full_width = T)
+}
+\arguments{
+\item{bootstrap_options}{Common HTML table formats}
+
+\item{font_size}{}
+}
+\description{
+This function provides a set of shortcuts to common HTML table
+formats
+}
diff --git a/man/kableExtra-package.Rd b/man/kableExtra-package.Rd
new file mode 100644
index 0000000..3de7e0f
--- /dev/null
+++ b/man/kableExtra-package.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/kableExtra-package.R
+\docType{package}
+\name{kableExtra-package}
+\alias{kableExtra-package}
+\alias{kableExtra}
+\title{kableExtra}
+\description{
+kableExtra
+}
+\keyword{package}
diff --git a/man/magic_mirror.Rd b/man/magic_mirror.Rd
index e2c531e..1d468b8 100644
--- a/man/magic_mirror.Rd
+++ b/man/magic_mirror.Rd
@@ -12,4 +12,3 @@
 \description{
 Magic mirror that returns kable's attributes
 }
-
diff --git a/man/magic_mirror_html.Rd b/man/magic_mirror_html.Rd
index 8f58d5f..1baedfc 100644
--- a/man/magic_mirror_html.Rd
+++ b/man/magic_mirror_html.Rd
@@ -12,4 +12,3 @@
 \description{
 Magic Mirror for html table --------
 }
-
diff --git a/man/magic_mirror_latex.Rd b/man/magic_mirror_latex.Rd
index c6ba366..0550aa1 100644
--- a/man/magic_mirror_latex.Rd
+++ b/man/magic_mirror_latex.Rd
@@ -12,4 +12,3 @@
 \description{
 Magic mirror for latex tables --------------
 }
-
diff --git a/man/reexports.Rd b/man/reexports.Rd
index c8f026e..6b9e690 100644
--- a/man/reexports.Rd
+++ b/man/reexports.Rd
@@ -2,9 +2,10 @@
 % Please edit documentation in R/magic_mirror.R
 \docType{import}
 \name{reexports}
-\alias{\%>\%}
 \alias{reexports}
+\alias{\%>\%}
 \title{Objects exported from other packages}
+\keyword{internal}
 \description{
 These objects are imported from other packages. Follow the links
 below to see their documentation.
@@ -12,5 +13,4 @@
 \describe{
   \item{magrittr}{\code{\link[magrittr]{\%>\%}}}
 }}
-\keyword{internal}
 
diff --git a/man/rmd_format.Rd b/man/rmd_format.Rd
index f456093..92de86f 100644
--- a/man/rmd_format.Rd
+++ b/man/rmd_format.Rd
@@ -9,4 +9,3 @@
 \description{
 If the export format of the Rmarkdown document exist,
 }
-