diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-20 00:39:45 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-20 00:44:51 +0200 |
| commit | c44de3386ff33c514a2d68e5a27297d4768fec4a (patch) | |
| tree | 9b8bfc62eb32f92d1a8a3e81ce3127851ccfc682 | |
| parent | 6a2b226c6859d88ca03365e45cbe724597cb89ca (diff) | |
fix typos
| -rw-r--r-- | _intro.qmd | 2 | ||||
| -rw-r--r-- | _markdown.qmd | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -36,7 +36,7 @@ or "this uses the derogatory meaning of the term". A draft specification exists for a Markdown syntax extension to cover semantic text annotations, called "Semantic Markdown" -[Smedegaard2022]. +[@Smedegaard2022]. This project aims to enable authors to include semantic annotations as part of their writing, 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) |
