Skip to content

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

Open

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions