-
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Aug 27, 2023
Replies: 1 comment 3 replies
-
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.
```` |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue comes from the bootstrap embedded by PlotLy
See from the developper mode of a browser.
So you have to use the library to make sure it outputs something correct or rewrite the CSS.