Skip to content

Commit

Permalink
{target="_blank"} doesn't seem to work in bookdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeboybert committed Aug 8, 2019
1 parent e3a744a commit 5c2acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.'))
```


Expand Down

0 comments on commit 5c2acee

Please sign in to comment.