aboutsummaryrefslogtreecommitdiff
path: root/_filter.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-24 15:54:14 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-24 15:54:14 +0200
commit98ae42f7390bb2113653486dfa54ee4803056495 (patch)
treee82c6951e339fe341503a7d112e353ca993d77b1 /_filter.qmd
parentd679ab906c9d304e7bbb869e27109aca64a55a28 (diff)
refine headlines
Diffstat (limited to '_filter.qmd')
-rw-r--r--_filter.qmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/_filter.qmd b/_filter.qmd
index 3b87afb..7cf343e 100644
--- a/_filter.qmd
+++ b/_filter.qmd
@@ -10,7 +10,7 @@ which may initially seem unusual.
*TODO: About the approach of parsing as Markdown and adjust the fallout,
instead of writing an import extension.*
-## Choice of Lua
+## The choice of Lua
This project is implemented in the scripting language Lua.
@@ -39,11 +39,11 @@ but even that aside, Lua-based filters are quite common
and the documentation for writing them more detailed
than the legacy JSON-based interface.
-## Components
+## Parsing tasks
*TODO: First parse Namespace blocks, then AnnotationWords*
-## Tracking enclosure states
+## Keeping track of enclosure states
*TODO: Details of parsing AnnotationWords
through correlating Pandoc AST with 4 enclosure states*