Add footnote support to rmarkdown/pandoc
diff --git a/man/magic_mirror.Rd b/man/magic_mirror.Rd
new file mode 100644
index 0000000..e2c531e
--- /dev/null
+++ b/man/magic_mirror.Rd
@@ -0,0 +1,15 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/magic_mirror.R
+\name{magic_mirror}
+\alias{magic_mirror}
+\title{Magic mirror that returns kable's attributes}
+\usage{
+magic_mirror(input)
+}
+\arguments{
+\item{input}{The output of kable}
+}
+\description{
+Magic mirror that returns kable's attributes
+}
+
diff --git a/man/magic_mirror_latex.Rd b/man/magic_mirror_latex.Rd
new file mode 100644
index 0000000..8a2f0f3
--- /dev/null
+++ b/man/magic_mirror_latex.Rd
@@ -0,0 +1,12 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/magic_mirror.R
+\name{magic_mirror_latex}
+\alias{magic_mirror_latex}
+\title{Magic mirror for latex tables}
+\usage{
+magic_mirror_latex(input)
+}
+\description{
+Magic mirror for latex tables
+}
+