aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
Diffstat (limited to 'report.qmd')
-rw-r--r--report.qmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd
index 00e9959..42818d6 100644
--- a/report.qmd
+++ b/report.qmd
@@ -67,6 +67,10 @@ are editorial notes not intented for inclusion in the final delivery.*
{{< include _intro.qmd >}}
+# Markdown and annotation
+
+{{< include _markdown.qmd >}}
+
# Analysis of existing framework
{{< include _background.qmd >}}
@@ -105,3 +109,12 @@ are editorial notes not intented for inclusion in the final delivery.*
```{.lua include="_extensions/ruc-play/semantic-markdown/semantic-markdown.lua" code-line-numbers="true"}
```
+
+# Markdown syntax as PEG {.appendix #sec-def-peg}
+
+```{.peg include="def.peg" code-line-numbers="true"}
+```
+
+# Markdown syntax as syntax diagrams {.appendix #sec-def-dia}
+
+{{< include _def_dia.qmd >}}