change default text for continued
diff --git a/R/kable_styling.R b/R/kable_styling.R
index 37ca70e..b5ad14b 100644
--- a/R/kable_styling.R
+++ b/R/kable_styling.R
@@ -335,13 +335,13 @@
bottom_part <- "\\endfoot\n\\bottomrule\n\\endlastfoot"
} else {
if (repeat_header_continued == TRUE) {
- bottom_text <- "continued"
+ bottom_text <- "\\textit{(continued \\ldots)}"
} else {
bottom_text <- repeat_header_continued
}
bottom_part <- paste0(
"\\bottomrule\n",
- "\\multicolumn{", table_info$ncol, "}{r@{}}{", bottom_text, " \\ldots}\\\n",
+ "\\multicolumn{", table_info$ncol, "}{r@{}}{", bottom_text, "}\\\n",
"\\endfoot\n",
"\\bottomrule\n",
"\\endlastfoot"