inverse

Section Header

Section Header

Quarto

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

You can have inline code like this: 1 + 4 + 2 = 7.

Quarto

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

You can have inline code like this: 1 + 4 + 2 = 7.

Bullets

When you click the Render button a document will be generated that includes:

  • Content authored with markdown
  • Output from executable code
lm(mpg ~ disp, data = mtcars)

Call:
lm(formula = mpg ~ disp, data = mtcars)

Coefficients:
(Intercept)         disp  
   29.59985     -0.04122  

Bullets

When you click the Render button a document will be generated that includes:

  • Content authored with markdown
  • Output from executable code
lm(mpg ~ disp, data = mtcars)

Call:
lm(formula = mpg ~ disp, data = mtcars)

Coefficients:
(Intercept)         disp  
   29.59985     -0.04122  

LaTeX Equations

MathJax rendering of equations to HTML

\[\begin{gather*} a_1=b_1+c_1\\ a_2=b_2+c_2-d_2+e_2 \end{gather*}\] \[\begin{align} a_{11}& =b_{11}& a_{12}& =b_{12}\\ a_{21}& =b_{21}& a_{22}& =b_{22}+c_{22} \end{align}\]

LaTeX Equations

MathJax rendering of equations to HTML

\[\begin{gather*} a_1=b_1+c_1\\ a_2=b_2+c_2-d_2+e_2 \end{gather*}\] \[\begin{align} a_{11}& =b_{11}& a_{12}& =b_{12}\\ a_{21}& =b_{21}& a_{22}& =b_{22}+c_{22} \end{align}\]

Tables

Syntax Description
Header Title
Paragraph Text

Tables

Syntax Description
Header Title
Paragraph Text

Callout Blocks

Note

Note that there are five types of callouts, including: note, warning, important, tip, and caution.

Important

Danger, callouts will really improve your writing.

Tip With Caption

This is an example of a callout with a caption.

Callout Blocks

Note

Note that there are five types of callouts, including: note, warning, important, tip, and caution.

Important

Danger, callouts will really improve your writing.

Tip With Caption

This is an example of a callout with a caption.