Replies: 1 comment 4 replies
-
See https://quarto.org/docs/authoring/videos.html.
I'm afraid this does not help us understand the issue. 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
engine: knitr
---
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.
```` |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Can you help me with inserting an .mp4 video into the report? I've tried the following methods, and none of them seem to work.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions