aboutsummaryrefslogtreecommitdiff
path: root/templates/book/pt-br/references.md
blob: cf028c9ac9770f68be5688014ff6f3e859fdb08f (plain)
1
2
3
4
5
6
7
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")
}
```