diff options
Diffstat (limited to 'templates/book/references.md')
-rw-r--r-- | templates/book/references.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/book/references.md b/templates/book/references.md new file mode 100644 index 0000000..cf028c9 --- /dev/null +++ b/templates/book/references.md @@ -0,0 +1,8 @@ +<!-- Include the references subsection only in the HTML version --> +```{r echo=FALSE, results='asis'} +if (knitr::is_html_output()) { + cat("## ReferĂȘncias") + cat("\n") + cat("\n") +} +``` |