Skip to content

Commit 8569168

Browse files
committed
Try more quarto features
1 parent ec18fac commit 8569168

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

vignettes/test/pitbull.jpg

44.4 KB
Loading

vignettes/test/quarto-features.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,23 @@ We will define some values here. [`{r} "some code"`]{#a-span}
290290

291291
The output of that inline code cell is {{< contents a-span >}}. Etc.
292292

293+
## Figures
294+
295+
:::: {#fig-puppies layout="[[50,50], [100]]"}
296+
![A sketch of a pitbull puppy](pitbull.jpg){#fig-pitbull}
297+
298+
![A sketch of a sharpei puppy](shar-pei.jpg){#fig-shar-pei}
299+
300+
::: {#fig-placeholder}
301+
{{< placeholder 1000 200>}}
302+
303+
This is a placeholder
304+
:::
305+
306+
Cute puppies (@fig-pitbull and @fig-shar-pei) and placeholder
307+
(@fig-placeholder).
308+
::::
309+
293310
## Video
294311

295312
::: {#fig-cern}

vignettes/test/shar-pei.jpg

43.4 KB
Loading

0 commit comments

Comments
 (0)