-
DescriptionI would like to create a website using Quarto and I don’t want any code to be executed, just displayed. This can be achieved by setting But, in both cases, Quarto refuses to render the website if there is a code block (inline is ok) but Jupyter is not installed. Is that on purpose? MWE: _quarto.yml index.qmd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Don't use brackets: |
Beta Was this translation helpful? Give feedback.
Don't use brackets:
```{language}means you want to executelanguage.Use code blocks instead of code cells:
```language.