commit | c830679a2fee217404901f7af988cbfed3452d74 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Thu Jan 11 12:34:35 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Thu Jan 11 12:34:35 2018 -0500 |
tree | e29e9e230a74ceded2caa7e35d8189b90665fce6 | |
parent | 3b7e29d542142116c021e593ecce7f63af4c1526 [diff] [blame] |
bug fix
diff --git a/R/print.R b/R/print.R index c146f13..93d0909 100644 --- a/R/print.R +++ b/R/print.R
@@ -20,7 +20,7 @@ } #' @export -knit_print.kableExtra <- function(x) { +knit_print.kableExtra <- function(x, ...) { x <- paste0(x, "\n\n") asis_output(x) }