commit | 1aff7349d55f8622a8ee7cd5af5a3924f6c1a0a5 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Apr 02 18:33:15 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Apr 02 18:33:15 2018 -0400 |
tree | 5d0a2b3295818be4bf65d8d64ff302a8218705d6 | |
parent | 248bbefba8c5234eb18b312cbe9119945890ce99 [diff] [blame] |
added linebreak support to all kableExtra functions
diff --git a/R/group_rows.R b/R/group_rows.R index c7531b1..f93a4d7 100644 --- a/R/group_rows.R +++ b/R/group_rows.R
@@ -154,8 +154,8 @@ } if (escape) { - group_label <- escape_latex(group_label) - group_label <- gsub("\\\\", "\\\\\\\\", group_label) + group_label <- escape_latex2(group_label) + group_label <- linebreak(group_label, align = latex_align, double_escape = TRUE) } if(bold){