aboutsummaryrefslogtreecommitdiff
path: root/_intro.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-24 13:43:16 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-24 13:43:16 +0200
commitfe907be6d31ae21a3da722edddf49aeedd02d71a (patch)
tree564a9362e023e2f70722dd8ff663c25a01ffaf17 /_intro.qmd
parent642c7c79b20028631cda30ef7562b22455a21231 (diff)
misc grammar and avoidance of abbreviations
Diffstat (limited to '_intro.qmd')
-rw-r--r--_intro.qmd16
1 files changed, 8 insertions, 8 deletions
diff --git a/_intro.qmd b/_intro.qmd
index ad0d5e4..f63f79c 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -16,12 +16,12 @@ But Markdown can only express structure and hypermedia annotations,
not semantic annotations.
Annotating text differs from annotating the document as a whole
in that the information is tied to specific text strings.
-A document annotation can say
-e.g. "this document contains strong language somewhere"
-or "this document contains a link to this URL somwehere",
-whereas a text annotation can say
-e.g. "this text string is strongly emphasized"
-or "this text string links to this URL".
+A document annotation can state, for example,
+"this document contains strong language somewhere"
+or "this document contains a link to this URL somewhere",
+whereas a text annotation can state, for example,
+"this text string is strongly emphasized"
+or "this text string links to this URL."
Semantic text annotation
is the process of applying information about meaning
@@ -49,7 +49,7 @@ by way of a Pandoc filter to handle semantic text annotations.
## Problem formulation
-So,
+Thus,
**how can Pandoc be extended to support semantic text annotations?**
* What are the core qualities of Markdown,
@@ -114,7 +114,7 @@ however,the latter, if successful, is likely to be far more reliable.
This project aims at introducing new syntax
while staying close to existing Markdown,
-unlike e.g. SAM that deviates notably from Markdown
+unlike, for example, SAM that deviates notably from Markdown
[@SAM2018].
Many Markdown processors exist,