aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-18 09:19:27 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-18 09:19:27 +0100
commitc4fae1f7987103e433074a7a6de41df7d542cf03 (patch)
tree0f58a008c87878021c6b30a75429dd13a659864a /report.qmd
parenta85ed86b46b66d71db59085941d9feff94d79966 (diff)
include code as appendix
Diffstat (limited to 'report.qmd')
-rw-r--r--report.qmd16
1 files changed, 16 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd
index 62f56fc..a686670 100644
--- a/report.qmd
+++ b/report.qmd
@@ -45,6 +45,9 @@ csl: apa
resource-path:
- /usr/share/citation-style-language/styles
+filters:
+ - include-code-files
+
#keep-tex: true
---
@@ -75,3 +78,16 @@ TODO
{{< include _conclusion.qmd >}}
# Bibliography {.appendix}
+
+\begingroup
+\raggedright
+::: {#refs}
+:::
+\endgroup
+
+\appendix
+
+# Pandoc filter plugin {.appendix}
+
+```{.c include="_extensions/ruc-play/semantic-markdown/semantic-markdown.lua" code-line-numbers="true"}
+```