Skip to content

Wrap Execution Output #6017

Answered by mcanouil
betanalpha asked this question in Q&A
Jun 23, 2023 · 3 comments · 6 replies
Discussion options

You must be logged in to vote

For PDF, see:


Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks.

You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````).

````qmd
---
title: "Reproducible Quarto Document"
format: html
---

This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.

```{r}
plot(cars)
```

The end.
````

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@betanalpha
Comment options

@mcanouil
Comment options

Answer selected by betanalpha
Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

mcanouil Jul 2, 2023
Collaborator

@betanalpha
Comment options

Comment options

You must be logged in to vote
2 replies
@shravanngoswamii
Comment options

@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies html Issues with HTML and related web technology (html/css/scss)
3 participants