Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.24 KB

quarto.md

File metadata and controls

51 lines (33 loc) · 1.24 KB

Templates

Using R code in YAML syntax

Chunk options included this way use YAML syntax rather than R syntax for consistency with options provided in YAML front matter. You can still however use R code for option values by prefacing them with !expr. For example:

#| fig-cap: !expr paste("Air", "Quality")

(Source)

Chunk options

https://quarto.org/docs/reference/cells/cells-knitr.html

Multiple newlines

## Option 1 - LaTeX:
$$
\\[5\baselineskip]
$$


## Option 2 - LaTeX:
\bigskip


## Option 3 - Word/HTML:
<br />

Non breaking space / no linebreak in word group

&nbsp;