Skip to content
Discussion options

You must be logged in to vote

By default, Quarto tries to guess the compute engine to use.
If there is an R code cell, then knitr is used else Jupyter.

If you don't want any engine because you don't have any computations, you can use engine: markdown (if you have code cells, those won't be evaluated of course).

---
title: "Quarto Playground"
format: html
engine: markdown
---

This is a playground for Quarto.

{{< lipsum 1 >}}

![An image]({{< placeholder 600 400 >}}){#fig-placeholder}

If you prefer to have knitr, you can set it explicitly: engine: knitr.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Answer selected by JosiahParry
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants