Fix #105
diff --git a/tests/visual_tests/add_footnote_adv_html.Rmd b/tests/visual_tests/footnote_html.Rmd
similarity index 83%
rename from tests/visual_tests/add_footnote_adv_html.Rmd
rename to tests/visual_tests/footnote_html.Rmd
index bf8fd4e..2f6e558 100644
--- a/tests/visual_tests/add_footnote_adv_html.Rmd
+++ b/tests/visual_tests/footnote_html.Rmd
@@ -10,7 +10,7 @@
library(kableExtra)
mtcars[1:5, 1:5] %>%
- kable("html") %>%
+ kable("html", caption = paste0("test", footnote_marker_symbol(1))) %>%
kable_styling() %>%
footnote("ccc", c("number 1; ", "number 2. "), c("a 1; ", "a 2."), c("s 1; ", "s 2."),
number_title = "special: ", alphabet_title = "abc: ",
diff --git a/tests/visual_tests/add_footnote_adv_html.Rmd b/tests/visual_tests/footnote_latex.Rmd
similarity index 83%
copy from tests/visual_tests/add_footnote_adv_html.Rmd
copy to tests/visual_tests/footnote_latex.Rmd
index bf8fd4e..2f6e558 100644
--- a/tests/visual_tests/add_footnote_adv_html.Rmd
+++ b/tests/visual_tests/footnote_latex.Rmd
@@ -10,7 +10,7 @@
library(kableExtra)
mtcars[1:5, 1:5] %>%
- kable("html") %>%
+ kable("html", caption = paste0("test", footnote_marker_symbol(1))) %>%
kable_styling() %>%
footnote("ccc", c("number 1; ", "number 2. "), c("a 1; ", "a 2."), c("s 1; ", "s 2."),
number_title = "special: ", alphabet_title = "abc: ",