diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-24 06:24:55 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-24 06:24:55 +0200 |
| commit | 9109ea03dbccfce5fadfd3de879c98c899250ba1 (patch) | |
| tree | 6d37a5e507f0c1aad4ff6ba00edf758ebce9fff2 | |
| parent | 1a5c98ed1478a271e277cb67533b4f37d7c2650c (diff) | |
misc. tightenings
| -rw-r--r-- | _markdown.qmd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/_markdown.qmd b/_markdown.qmd index 6943b19..4c2adc0 100644 --- a/_markdown.qmd +++ b/_markdown.qmd @@ -6,7 +6,7 @@ and then an analysis of a not yet used subset proposed specifically for the intent of marking up annotations. Ahead of these analyses, -it helps define terminology of "dialect" and "extension": +it helps to define terminology of "dialect" and "extension": Markdown is not a single strictly defined language, but a range of slightly varying languages all derived from the same slightly ambiguous original specification. @@ -25,9 +25,8 @@ separately from implementations of parsers of that dialect. The second analysis covers the Markdown extension semantic-markdown, chosen because it covers semantic text annotation -and, -as far as we are aware, -is the only description for a Markdown extension with this coverage. +and is the only Markdown extension description that covers it, +as far as the author of this paper is aware. Additionally, the embedded language for the annotations themselves used in this specification @@ -195,7 +194,7 @@ Dette afsnit udgør "requirements" ### Readability -In the source format of Markdown with with annotations... +In the source format of Markdown with annotations... * the syntax for annotation **should** be relatively human comprehensible (in the same spirit as Markdown -- e.g. \*\*strong emphasis\*\*) |
