Path: blob/main/dev-docs/feature-format-matrix/qmd-files/layout/fig-align/code-r-caption.qmd
6460 views
---
format:
html:
quality: 1
pdf:
quality: 0
typst:
quality: 0
dashboard:
quality: -1
docx:
quality: 0
pptx:
quality: -1
keep-typ: true
_quarto:
tests:
typst:
ensureTypstFileRegexMatches:
- []
- []
# testable but not working yet
# -
# - "#align\\(right\\)\\[(\r\n?|\n)#box"
# -
# - "#block\\[(\r\n?|\n)#align\\(right\\)\\["
---
```{r}
#| fig-width: 3
#| fig-align: right
#| fig-cap: a figure
plot(0:9)
```