commit | 3078d8b500108416dc29df4811b8c85c280a90e9 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Fri Apr 26 14:49:25 2019 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Fri Apr 26 14:49:25 2019 -0400 |
tree | f3882c126f874a729887bede9085a4a3c02cfcba | |
parent | f8207137507be2b8314628d7ddd93bf86ef2ae88 [diff] [blame] |
#377 seems to be fixed now
diff --git a/R/kable_styling.R b/R/kable_styling.R index a7546f1..67e0234 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -437,7 +437,7 @@ x[index_bottomrule - 1] <- paste0(x[index_bottomrule - 1], "*") if (repeat_header_continued == FALSE) { - bottom_part <- "\\\n\\endfoot\n\\bottomrule\n\\endlastfoot" + bottom_part <- "\n\\endfoot\n\\bottomrule\n\\endlastfoot" } else { if (repeat_header_continued == TRUE) { bottom_text <- "\\textit{(continued \\ldots)}"