We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14db636 commit f6e4f29Copy full SHA for f6e4f29
1 file changed
src/resources/rmd/patch.R
@@ -89,7 +89,7 @@ wrap_asis_output <- function(options, x) {
89
}
90
91
# generate output div
92
- caption <- figure_cap(options)
+ caption <- figure_cap(options)[[1]]
93
if (nzchar(caption)) {
94
x <- paste0(x, "\n\n", caption)
95
0 commit comments