aboutsummaryrefslogtreecommitdiff
path: root/structure/book/en/99-end.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-11 14:14:40 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-11 14:14:40 +0100
commitbe4adbd61ad75572aabf613e5b9e9a54534dcbaf (patch)
treec4512274b76d8c9237b308d80deece300d6fc77d /structure/book/en/99-end.md
parent5b324d5bae27a5c81748f2d8988db26459b1536a (diff)
downloadbookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.gz
bookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.bz2
Feat: some more partial documentation improvements
Diffstat (limited to 'structure/book/en/99-end.md')
-rw-r--r--structure/book/en/99-end.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/structure/book/en/99-end.md b/structure/book/en/99-end.md
new file mode 100644
index 0000000..d0c8b8d
--- /dev/null
+++ b/structure/book/en/99-end.md
@@ -0,0 +1,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()) '# Bibliography'`
+</script>
+
+# Bibliography
+
+<!-- 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>