add kableExtra and Word
diff --git a/tests/visual_tests/footnote_latex.Rmd b/tests/visual_tests/footnote_latex.Rmd
index 39ddc63..db51f11 100644
--- a/tests/visual_tests/footnote_latex.Rmd
+++ b/tests/visual_tests/footnote_latex.Rmd
@@ -22,3 +22,9 @@
            number_title = "special: ", alphabet_title = "abc: ", 
            footnote_as_chunk = T)
 ```
+
+```{r}
+mtcars[1:5, 1:5] %>%
+  kable("latex", booktabs = T) %>%
+  footnote(general = c("Note 1", "Note 2"), general_title = "")
+```