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{}"
))
}
diff --git a/R/print.R b/R/print.R
index 7752d98..344d43d 100644
--- a/R/print.R
+++ b/R/print.R
@@ -10,7 +10,7 @@
if (interactive() & rstudioapi::isAvailable()) {
htmltools::html_print(html_result, viewer = rstudioapi::viewer)
}
- print(html_result)
+ # print(html_result)
}
#' HTML dependency for js script to enable bootstrap tooltip and popup message