Open jooyoungseo opened 5 years ago
Cross-reference for Table 1 is broken for the following output. Please address this issue.
Table <span class=“redoc” id=“redoc-citation-1”>@ref(tab:iris)
--- output: bookdown::markdown_document2: base_format: redoc::redoc --- Table \@ref(tab:iris) ```{r iris} knitr::kable(head(iris), caption = "iris")
Table \@ref(tab:mtcars)
knitr::kable(head(mtcars), caption = "mtcars")
Figure \@ref(fig:histogram)
hist(airquality$Ozone, col="blue")
Cross-reference for Table 1 is broken for the following output. Please address this issue.
Broken Results
Reproducible Code
Table \@ref(tab:mtcars)
Figure \@ref(fig:histogram)