Skip to content

Commit

Permalink
Update _knitr.qmd (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Nov 14, 2024
1 parent 926fb88 commit 7cf4309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/live/_knitr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# We'll handle `include: false` in Lua, always include cell in knitr output
knitr::opts_hooks$set(include = function(options) {
if (options$engine == "webr" || options$engine == "pyodide" ) {
if (options$engine == "webr" || options$engine == "pyodide") {
options$include <- TRUE
}
options
Expand Down

0 comments on commit 7cf4309

Please sign in to comment.