diff options
| -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\*\*) |
