diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 23:13:10 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 23:13:10 +0200 |
| commit | 7fc64b971a044afbb6d882c04cbc4b50f37bd051 (patch) | |
| tree | aeca9f117305786fd5f8df0bf411a6634dda325a | |
| parent | e0facc7df812dacb43e712b79fdc5b03efd05435 (diff) | |
clarify reason for using filter API
| -rw-r--r-- | _pandoc.qmd | 8 |
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. |
