aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_pandoc.qmd8
1 files changed, 7 insertions, 1 deletions
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.