Dionne Argyropoulos, PhD
  • Home
  • Tools
  • Publications
  • CV
  • Codebook
    • Introduction
    • Creating Packages
    • Using {targets}
  • Source Code
  • Report a Bug

On this page

  • Key Commands
    • Add images
    • Callout Note
    • Column Margin
    • Two Columns
  • Websites
    • Render Quarto Packages from Random Document
  • Documents
  • Slides

Quarto

Author

Dionne Argyropoulos

Key Commands

Concepts that apply to all Quarto documents:

Add images

![](images/02_r_package.png){width="500"}

Callout Note

Note

Note that there are five types of callouts, including:

note, tip, warning, caution, and important.

:::{.callout-note}

Note that there are five types of callouts, including:

`note`, `tip`, `warning`, `caution`, and `important`.

:::

Column Margin

A margin image
::: {.column-margin}

![A margin image](image.png)

:::

Two Columns

Column 1

Column 2

::: {.grid}

::: {.g-col-6}

**Column 1**

:::
  
::: {.g-col-6}

**Column 2**
 
:::
   
::: 

Websites

Render Quarto Packages from Random Document

quarto publish tutorials/tutorials-main.qmd will sort it out

Documents

Slides

Back to top

Copyright 2026, Dionne C. Argyropoulos