From 1bbbee46eb606ea596550fb3c6ce05fc191fe9a3 Mon Sep 17 00:00:00 2001 From: Leandre17 Date: Tue, 18 Feb 2025 12:26:36 +0100 Subject: [ADD] introduction and fix plan --- _intro.qmd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '_intro.qmd') diff --git a/_intro.qmd b/_intro.qmd index 1333ed7..095d1e9 100644 --- a/_intro.qmd +++ b/_intro.qmd @@ -1 +1,11 @@ -TODO +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. + + +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. + -- cgit v1.2.3