aboutsummaryrefslogtreecommitdiff
path: root/templates/references.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 08:17:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 08:17:18 -0300
commit515bdd658d91020c73f82b70ff001015b359adc0 (patch)
treee7c62578e2ef61bf7c9a46de91d92d37620553fe /templates/references.md
downloadbookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.gz
bookup-515bdd658d91020c73f82b70ff001015b359adc0.tar.bz2
Initial import
Diffstat (limited to 'templates/references.md')
-rw-r--r--templates/references.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/references.md b/templates/references.md
new file mode 100644
index 0000000..cf028c9
--- /dev/null
+++ b/templates/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")
+}
+```