commit | 76762d80a3f084b0854afc92ec26709d30c0bd27 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jul 25 20:56:52 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jul 25 20:56:52 2018 -0400 |
tree | 4e5c0ba4e507de71e570cf10acc1bfdc1cc4e81e | |
parent | ccf9bf8d94705f0fc867ab23b0f81da2f5ff8b12 [diff] [blame] |
Fix #229
diff --git a/R/kable_styling.R b/R/kable_styling.R index f3f9136..5dc7c25 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -502,7 +502,7 @@ # fontsize is good enough return(paste0( "\\begingroup\\fontsize{", font_size, "}{", row_height, "}\\selectfont\n", x, - "\\endgroup{}" + "\n\\endgroup{}" )) }