aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-24 15:54:14 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-24 15:54:14 +0200
commit98ae42f7390bb2113653486dfa54ee4803056495 (patch)
treee82c6951e339fe341503a7d112e353ca993d77b1 /report.qmd
parentd679ab906c9d304e7bbb869e27109aca64a55a28 (diff)
refine headlines
Diffstat (limited to 'report.qmd')
-rw-r--r--report.qmd10
1 files changed, 5 insertions, 5 deletions
diff --git a/report.qmd b/report.qmd
index d973730..46d539b 100644
--- a/report.qmd
+++ b/report.qmd
@@ -92,11 +92,11 @@ are editorial comments not intended for inclusion in the final version.*
{{< include _pandoc.qmd >}}
-# Extending Pandoc with a filter
+# Pandoc filter `sem-md`
{{< include _filter.qmd >}}
-# Evaluation
+# Evaluation of `sem-md`
{{< include _evaluation.qmd >}}
@@ -114,16 +114,16 @@ are editorial comments not intended for inclusion in the final version.*
\appendix
-# Pandoc filter `sem-md` {.appendix}
+# Appendix: Pandoc filter `sem-md` {.appendix}
```{.lua include="sem-md/sem-md.lua" code-line-numbers="true"}
```
-# Markdown syntax as PEG {.appendix #sec-def-peg}
+# Appendix: Markdown syntax as PEG {.appendix #sec-def-peg}
```{.peg include="syntax/def.peg" code-line-numbers="true"}
```
-# Markdown syntax as syntax diagrams {.appendix #sec-def-dia}
+# Appendix: Markdown syntax diagrams {.appendix #sec-def-dia}
{{< include _syntax.qmd >}}