aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2025-02-04 10:46:47 +0100
committerAlbert Krewinkel <[email protected]>2025-02-04 10:46:47 +0100
commit6c31896c295a0716c1804113812f69d9925d4545 (patch)
tree54487598c17b2caf1ef0a07ea46107448079302f
parentf72548a7c2c1dddd06b2213201f82efb885b7ae8 (diff)
doc/lua-filters: add note about extensions handling in read and write
-rw-r--r--doc/lua-filters.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 66a34c52a..7ecb98d26 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -3750,6 +3750,10 @@ all enabled extensions, or a table with extensions as keys and
their activation status as values (`true` or `'enable'` to enable
an extension, `false` or `'disable'` to disable it).
+Note: The extensions field in `reader_options` is ignored, as the
+function will always use the format extensions specified via the
+`format` parameter.
+
Parameters:
`markup`
@@ -3783,6 +3787,10 @@ Usage:
Converts a document to the given target format.
+Note: The extensions field in `writer_options` is ignored, as the
+function will always use the format extensions specified via the
+`format` parameter.
+
Parameters:
`doc`