diff options
Diffstat (limited to '_markdown.qmd')
| -rw-r--r-- | _markdown.qmd | 4 |
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. {#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) |
