We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926fb88 commit 7cf4309Copy full SHA for 7cf4309
_extensions/live/_knitr.qmd
@@ -4,7 +4,7 @@
4
5
# We'll handle `include: false` in Lua, always include cell in knitr output
6
knitr::opts_hooks$set(include = function(options) {
7
- if (options$engine == "webr" || options$engine == "pyodide" ) {
+ if (options$engine == "webr" || options$engine == "pyodide") {
8
options$include <- TRUE
9
}
10
options
0 commit comments