commit | f2dfd14759a038dd9ec7b52e48728cc2be6e0f7e | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Jul 24 14:43:28 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Jul 24 14:43:28 2017 -0400 |
tree | bb0551fe68c7f0eba41f930984e72017b8e111e8 | |
parent | 9eeb10bb9d9e3d94c55b218a03bfe2faa8559a2e [diff] [blame] |
solve the XML declaration problem
diff --git a/R/column_spec.R b/R/column_spec.R index f936305..7af7431 100644 --- a/R/column_spec.R +++ b/R/column_spec.R
@@ -80,8 +80,7 @@ "font-family: monospace;") } } - out <- structure(as.character(kable_xml), format = "html", - class = "knitr_kable") + out <- as_kable_xml(kable_xml) attributes(out) <- kable_attrs return(out) }