Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Problem with bookdown::markdown_document2(base_format=redoc::redoc) #56

Open
jooyoungseo opened this issue Sep 23, 2019 · 0 comments
Open

Comments

@jooyoungseo
Copy link

jooyoungseo commented Sep 23, 2019

Cross-reference for Table 1 is broken for the following output. Please address this issue.

Broken Results

Table <span class=“redoc” id=“redoc-citation-1”>@ref(tab:iris)

Reproducible Code

---
output: 
  bookdown::markdown_document2:
    base_format: redoc::redoc
---

Table \@ref(tab:iris)

```{r iris}
knitr::kable(head(iris), caption = "iris")
```

Table \@ref(tab:mtcars)

```{r mtcars}
knitr::kable(head(mtcars), caption = "mtcars")
```

Figure \@ref(fig:histogram)

```{r histogram, fig.cap="Histogram of Ozone."}
hist(airquality$Ozone, col="blue")
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant