commit | bdcffde135d1c6df32e8d8b47bfab6a7ad30cf4c | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Sat Oct 03 09:17:28 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Sat Oct 03 09:17:28 2020 -0400 |
tree | 77bb565f25308a368f6ab3b3c783e8c982b9696f | |
parent | fd44608629c9fbd218acf7d79e81086720dbc4e3 [diff] [blame] |
Fix #533
diff --git a/R/kable_styling.R b/R/kable_styling.R index 2871ead..d956656 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -335,6 +335,7 @@ if ("striped" %in% latex_options) { out <- styling_latex_striped(out, table_info, stripe_color, stripe_index) + table_info <- magic_mirror(out) } # hold_position is only meaningful in a table environment