Should Quarto prefer the knitr rendering engine if the doc contains bash scripts? #3590
-
If you start a .qmd with a Asking as a question because not 100% sure this is a bug. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://quarto.org/docs/computations/execution-options.html#engine-binding I would always recommend including the
I have not tried it, but I don't think it is generally true because of the existence of the bash kernel. |
Beta Was this translation helpful? Give feedback.
See https://quarto.org/docs/computations/execution-options.html#engine-binding
I would always recommend including the
engine
to make it do what it is intended to do.(If we have a Linter for qmd files, it would make sense to force the engine in the default settings.)
I have not tried it, but I don't think it is generally true because of the existence of the bash kernel.
https://github.com/takluyver/bash_kernel