commit | 93167fb9d4e0aa7ee56ca569329d9b4178185bda | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Dec 19 12:49:55 2017 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Dec 19 12:49:55 2017 -0500 |
tree | cd69e4a83fd295005eb04e91dfda930b399808e8 | |
parent | 4e557c2eae03e7cb2bbec802043be1ea39bc5b9b [diff] | |
parent | 1f318508fedd82ee344a5ac8ef36966bafd24819 [diff] |
Merge branch 'master' of https://github.com/haozhu233/kableExtra
diff --git a/R/column_spec.R b/R/column_spec.R index eede10b..55e01a1 100644 --- a/R/column_spec.R +++ b/R/column_spec.R
@@ -179,7 +179,7 @@ } if (!is.null(color)) { - color <- paste0("\\\\color", latex_color(color)) + color <- paste0("\\\\leavevmode\\\\color", latex_color(color)) } if (!is.null(background)) {