We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607284 commit 896238eCopy full SHA for 896238e
tests/docs/smoke-all/2024/05/29/9713/main.qmd
@@ -0,0 +1,8 @@
1
+---
2
+format: typst
3
+_quarto:
4
+ tests:
5
+ typst: null
6
7
+
8
+{{< embed plots.qmd#plot >}}
tests/docs/smoke-all/2024/05/29/9713/plots.qmd
@@ -0,0 +1,10 @@
+title: "Plots"
+fig-format: svg
+```{r}
+#| label: plot
+plot(1:10)
9
+```
10
0 commit comments