Quarto Experiment

Author

Peter Schumaker

Published

January 4, 2026

Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

Quarto also has a very amusing name!

  • It’s a bit dumb

  • But of course…

  • That makes it funny!

Inserting an Image!

Running Code

When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:

library(tidyverse)
1+1

You can add options to executable code like this

2 * 2
[1] 4

The echo: false option disables the printing of code (only output is displayed).

Include a Plot!

Code
ggplot(diamonds, aes(x = cut)) +
  geom_bar()
Figure 1: Diamond Cuts

This is a reference: Figure 1

Hello. I am a test.

This is another test. Math. This is an \(\alpha\)