summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-02-18 12:31:23 +0100
committerJonas Smedegaard <dr@jones.dk>2025-02-18 12:31:23 +0100
commit976265d1a069437fbea785063a5b4dcefa021899 (patch)
tree270e1e369c000a0f010cc2f8511664233992d60c
parent71da55d4c2daf687726da2437b6d6a0855eab13f (diff)
use semantic linebreaks
-rw-r--r--_intro.qmd19
1 files changed, 12 insertions, 7 deletions
diff --git a/_intro.qmd b/_intro.qmd
index 095d1e9..aedc669 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -1,11 +1,16 @@
Extend the Quarto document publishing system to handle semantic annotations.
+Quarto takes as input plaintext files written in Markdown,
+processes it through pandoc and a set of extensions and templates,
+to produce a website, a PDF document, a presentation slide show and more.
-Quarto takes as input plaintext files written in Markdown, processes it through pandoc and a set of extensions and templates, to produce a website, a PDF document, a presentation slide show and more.
-
-
-This project will write an extension to detect semantic annotations in the Markdown input, transforming them as appropriate to the various output formats - e.g. XMP metadata for PDF output and RDFa for html output.
-
-
-Already a specification has been draftet for how to annotate semantics embedded in Markdown. The challenge is to implement that specification - and possibly spot and refine the spec, and explore use cases for Markdown+spemantics.
+This project will write an extension
+to detect semantic annotations in the Markdown input,
+transforming them as appropriate to the various output formats -
+e.g. XMP metadata for PDF output and RDFa for html output.
+Already a specification has been draftet
+for how to annotate semantics embedded in Markdown.
+The challenge is to implement that specification -
+and possibly spot and refine the spec,
+and explore use cases for Markdown+spemantics.