From 2e79253dc1efda941b232b0c41f76c7783e7649d Mon Sep 17 00:00:00 2001 From: Jeremy Allen Date: Sat, 14 Oct 2023 15:29:39 -0400 Subject: [PATCH] inner double quotes were causing images not render in final book; with single inner quotes the images now render --- workflows-upstream-changes-into-fork.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows-upstream-changes-into-fork.Rmd b/workflows-upstream-changes-into-fork.Rmd index b71f5e8..7cac6e0 100644 --- a/workflows-upstream-changes-into-fork.Rmd +++ b/workflows-upstream-changes-into-fork.Rmd @@ -80,7 +80,7 @@ We assume your repo has this favorable configuration: ```{r fork-them} #| echo = FALSE, fig.align = "center", out.width = "60%", -#| fig.alt = "Setup described as \"fork\"" +#| fig.alt = "Setup described as \'fork\'" knitr::include_graphics("img/fork-them.jpeg") ```