commit | 6f362bba5a41bb8cde793bffa0f420e1dfc6a23c | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Oct 23 23:21:38 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Oct 23 23:21:38 2017 -0400 |
tree | 2a4cd2216d87cd7763160f614b49847e9cb75f68 | |
parent | ce5ee4192b8bff03d556426ae2e1d0b8642580d3 [diff] [blame] |
Add spec_tooltip & spec_popover; Update documentation
diff --git a/R/kable_styling.R b/R/kable_styling.R index 9049ac2..04176c9 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -452,7 +452,7 @@ # fontsize is good enough return(paste0( "\\begingroup\\fontsize{", font_size, "}{", row_height, "}\\selectfont\n", x, - "\\endgroup" + "\\endgroup{}" )) }