Skip to content

Commit 205ec80

Browse files
authored
fixed issue with html rendering
1 parent 4adcecf commit 205ec80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ knitr::opts_chunk$set(message = FALSE,
99
1010
print_html_nodes <- function(html_nodes_object) {
1111
if(!is_latex_output()) {
12-
html_nodes
12+
html_nodes_object
1313
} else {
1414
output <- capture.output(html_nodes_object)
1515

0 commit comments

Comments
 (0)