diff options
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 >}} |
