diff options
| -rw-r--r-- | _intro.qmd | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -38,6 +38,10 @@ for a Markdown syntax extension to cover semantic text annotations, called "Semantic Markdown" [@Smedegaard2022]. +*FIXME: Elaborate on above draft spec and its relevancy.* + +*TODO: Maybe move above paragraph down to implementation plan.* + This project aims to enable authors to include semantic annotations as part of their writing, similarly unobtrusively as structural and hypermedia markup, @@ -45,6 +49,8 @@ by extending the Markdown processor Pandoc to handle semantic text annotations, inspired by the syntax extension Semantic Markdown. +*FIXME: Rewrite and expand above to properly introduce Pandoc.* + ## Problem formulation So, @@ -62,7 +68,7 @@ So, ## Levels of implementation -*FIXME: maybe move to section on expectations for processors* +*FIXME: maybe move this subsection to later subsection on expectations for processors* The primary aim is to support authoring; enhancing renderings of the authored content is secondary. @@ -91,9 +97,7 @@ and an extension to its syntax will need to fit that principle. Also, *FIXME: drop or rewrite...* -<-- - -## Implementation idea and brief plan +## Implementation plan *FIXME: drop or rewrite below section* @@ -133,5 +137,3 @@ as presented in @Daquino2023. * analysér eksisterende værktøj * forentet output * implementering som filter... - ---> |
