-
Description```{python}
#| echo: false
#| fig-cap: "This is my figure caption"
fig = makeplotlyfig() #some function that makes a plotly figure
fig.show()
```
So, the above code in Quarto 1.4x, there is a caption underneath the plotly figure but it is wrapped in I think this is bug? EDITED to say that this is Quarto version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We use ( Can you give me a full .qmd with the contents of |
Beta Was this translation helpful? Give feedback.
Tracking in #7999.