diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-17 16:34:36 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-17 16:34:36 +0200 |
| commit | 8f185d6a88b13eea2f5fdfb6bc34f197b40fb121 (patch) | |
| tree | 6fd4adcdfcd630df0a7ca7c40ea6f75a4a0d4ef1 /report.qmd | |
| parent | b4125c5a22700f86784b94fdb8587b7cef8d110b (diff) | |
add chapter on Markdown and annotation
Diffstat (limited to 'report.qmd')
| -rw-r--r-- | report.qmd | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 >}} |
