aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-25 12:13:55 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-25 12:13:55 +0200
commitaec98e35c7ac4dd3f2b68da16fae58472d39fdcd (patch)
tree04670dc054c12c61317bb84a5b6507217bd99f13
parent3b2534ca3102716e69b8fd2be0a885ae5c2b6905 (diff)
tighten syntax diagram title and description
-rw-r--r--_syntax.qmd6
-rw-r--r--report.qmd2
2 files changed, 4 insertions, 4 deletions
diff --git a/_syntax.qmd b/_syntax.qmd
index 49b8734..e7b9d56 100644
--- a/_syntax.qmd
+++ b/_syntax.qmd
@@ -1,6 +1,6 @@
-Subsets of Markdown syntax structure
-expressed as syntax diagrams (a.k.a. railroad diagrams),
-involving the negative predicate from PEG notation.
+Subsets of Markdown syntax structure expressed as syntax diagrams,
+using prioritised order (left-to-right and top-to-bottom),
+regular expressions and the negative predicate from PEG notation.
![Markdown](syntax/def_Markdown.svg)
diff --git a/report.qmd b/report.qmd
index 3f87481..af414f9 100644
--- a/report.qmd
+++ b/report.qmd
@@ -124,6 +124,6 @@ are editorial comments not intended for inclusion in the final version.*
```{.peg include="syntax/def.peg" code-line-numbers="true"}
```
-# Appendix: Markdown syntax diagrams {.appendix #sec-def-dia}
+# Appendix: Markdown syntax as&nbsp;syntax&nbsp;diagrams {.appendix #sec-def-dia}
{{< include _syntax.qmd >}}