aboutsummaryrefslogtreecommitdiff
path: root/_markdown.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-20 00:39:45 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-20 00:44:51 +0200
commitc44de3386ff33c514a2d68e5a27297d4768fec4a (patch)
tree9b8bfc62eb32f92d1a8a3e81ce3127851ccfc682 /_markdown.qmd
parent6a2b226c6859d88ca03365e45cbe724597cb89ca (diff)
fix typos
Diffstat (limited to '_markdown.qmd')
-rw-r--r--_markdown.qmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/_markdown.qmd b/_markdown.qmd
index 948eda8..9d0a2f9 100644
--- a/_markdown.qmd
+++ b/_markdown.qmd
@@ -15,7 +15,7 @@ as seen in @fig-def-Markdown and @fig-def-Block.
![Block](def_Block.svg){#fig-def-Block}
-Reading order matter.
+Reading order matters.
These syntax diagrams should be read left-to-right and top-to-bottom,
also at places with choice --
e.g. the block type `Header` should be tried before `Paragraph`,
@@ -88,7 +88,7 @@ Dette afsnit udgør "requirements"
In the source format of Markdown with with annotations...
-* the syntax for annotation **should* be relatively human comprehensible
+* the syntax for annotation **should** be relatively human comprehensible
(in the same spirit as Markdown -- e.g. \*\*strong emphasis\*\*)
* annotation syntax **must not** conflict with core Markdown
(i.e. must not cause disambiguations)