From 8e4def88a3c2b69747f9c4d62e67c6b29d68167d Mon Sep 17 00:00:00 2001 From: callitmagic Date: Sat, 11 Oct 2025 22:01:01 +0400 Subject: [PATCH] Fix broken image rendering due to escaped quote in chunk header --- action-graphics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-graphics.Rmd b/action-graphics.Rmd index e35399c6..6c42aa91 100644 --- a/action-graphics.Rmd +++ b/action-graphics.Rmd @@ -323,7 +323,7 @@ demo <- demoApp$new("action-graphics/persistent", ui, server) demo$deploy() ``` -```{r persistent, fig.cap = "This app makes the brush \"persisent\", so that dragging it adds to the current selection.", echo = FALSE, out.width = NULL} +```{r persistent, fig.cap = "This app makes the brush "persistent", so that dragging it adds to the current selection.", echo = FALSE, out.width = NULL, fig.show = 'hold'} knitr::include_graphics(c( "images/action-graphics/persistent-1.png", "images/action-graphics/persistent-3.png"