aboutsummaryrefslogtreecommitdiff
path: root/structure/book/pt-br/99-end.md
blob: ba2d7870394572cf8aa97336b0bfdd2dec67385b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\backmatter

<!-- Neat way to have HTML comments: https://stackoverflow.com/a/43902043 -->
<!-- This seems not to be the case anymore: https://bookdown.org/yihui/bookdown/citations.html -->
<script type="text/html">
`r if (knitr::is_html_output()) '# Bibliografia'`
</script>

# Bibliografia

<!-- Neat way to have HTML comments: https://stackoverflow.com/a/43902043 -->
<!-- This seems not to be the case anymore: https://bookdown.org/yihui/bookdown/citations.html -->
<script type="text/html">
```{r echo=FALSE, results='asis'}
if (knitr::is_html_output()) {
  cat(readLines('snippets/changes.md'), sep='\n')
}
```
</script>