From 5c2acee70469719c9cd2a195acf689e13bfe0d3d Mon Sep 17 00:00:00 2001 From: rudeboybert Date: Wed, 7 Aug 2019 20:06:11 -0400 Subject: [PATCH] {target="_blank"} doesn't seem to work in bookdown --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index a77f71c97..36f6ebd15 100755 --- a/index.Rmd +++ b/index.Rmd @@ -251,7 +251,7 @@ If you're asking yourself this question, then you've come to the right place! St ```{r echo=FALSE, purl=FALSE, results="asis"} if(knitr::is_html_output()) - cat(glue::glue('This is version {version} of ModernDive published on {date}. For previous versions of ModernDive, see Section \\@ref(sec:about-book). While a PDF version of this book can be found [here](https://moderndive.com/moderndive.pdf){target="_blank"}, this is very much a work in progress with many things that still need to be fixed. We appreciate your patience.')) + cat(glue::glue('This is version {version} of ModernDive published on {date}. For previous versions of ModernDive, see Section \\@ref(sec:about-book). While a PDF version of this book can be found [here](https://moderndive.com/moderndive.pdf), this is very much a work in progress with many things that still need to be fixed. We appreciate your patience.')) ```