Skip to content

Commit 7cf4309

Browse files
authored
Update _knitr.qmd (#73)
1 parent 926fb88 commit 7cf4309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/live/_knitr.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
# We'll handle `include: false` in Lua, always include cell in knitr output
66
knitr::opts_hooks$set(include = function(options) {
7-
if (options$engine == "webr" || options$engine == "pyodide" ) {
7+
if (options$engine == "webr" || options$engine == "pyodide") {
88
options$include <- TRUE
99
}
1010
options

0 commit comments

Comments
 (0)