Quarto

Prerequisites

Examples for Markup Languages

LaTeX

$\frac{3}{5}$

\(\frac{3}{5}\)

HTML (Hypertext Markup Language)

<a href = "http://minedogucu.com">
  Mine Dogucu</a>

markdown

[Mine Dogucu](http://minedogucu.com)

markdown


_Hello world_ 

__Hello world__

~~Hello world~~ 

Hello world

Hello world

Hello world

= .R file

= .md file

+ = .qmd file

Demo

Quarto document parts

(some) Chunk options

echo: false hides the code
message: false hides messages
warning: false hides warning
error: true renders despite errors and displays the error
eval: false code is not evaluated
cache: true will not run if it has been run before and
the output from previous run would be used

Slides and Schedule

The slides you are looking at right now and the bootcamp schedule are all prepared using Quarto. The source code is available on our GitHub organization.