From 7fc64b971a044afbb6d882c04cbc4b50f37bd051 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 May 2025 23:13:10 +0200 Subject: clarify reason for using filter API --- _pandoc.qmd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_pandoc.qmd b/_pandoc.qmd index 113c56e..44d701b 100644 --- a/_pandoc.qmd +++ b/_pandoc.qmd @@ -260,5 +260,11 @@ The first `Str` simply needed its content reduced to "This". The trailing part is more involved, however, since it involves three `Str` and two `Space` elements. -This is the approach chosen for this project, +Since this project prioritises improving existing tools +(see @sec-improve), +and implementing using the import API limits use +with wrapper tools such as Quarto +(see @sec-pandoc-complex), +the approach chosen for this project is +an implementation using the filter API, as covered next in @sec-filter. -- cgit v1.2.3