Skip to content

Repeated figure caption when figure and table captions are mixed #1269

Open
@cscheid

Description

@cscheid

Repro:

---
title: "sidebyside"
format: pdf
editor: visual
keep-tex: true
---

```{r}
#| layout-ncol: 2
#| layout-valign: bottom
#| fig-cap: "A plot"
#| tbl-cap: "A table"

library(knitr)

# plot on the left
plot(cars)

# table on the right
kable(head(cars))
```

Note the duplicated caption on the figure:

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions