diff options
| -rw-r--r-- | _intro.qmd | 9 | ||||
| -rw-r--r-- | report.qmd | 4 |
2 files changed, 5 insertions, 8 deletions
@@ -61,14 +61,11 @@ is freedom of choice regarding authoring tools ## Problem formulation The aim of this project is to extend Pandoc and Quarto -to support inclusion of generic annotations -as integral part of its Markdown-based authoring process. +to support domain-specific annotations. This aim has been framed with the following problem statement: -*FIXME: narrow down question to the scope of Pandoc and Quarto* - -**How can Unix-style tools for writing technical prose -be extended to support ontological annotations?** +**How can Pandoc +be extended to support domain-specific annotations?** To aid in achieving that goal, the problem statement has been divided into the following subquestions: @@ -1,7 +1,7 @@ --- -title: Metadata in Markdown +title: Domain-specific annotations in Markdown subtitle: | - Pandoc plugins to support annotations + Pandoc plugins to support domain-specific annotations date: 2025-05-27 |
