summaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2023-03-20 13:58:09 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2023-03-20 16:06:18 +0100
commited5197f5258fa52de7676980799ddc47fa4f2278 (patch)
tree1974f49d075f343527c934089d9fabe940da63d5 /doc/lua-filters.md
parent5af2d70b0da46e74672a9089c51b9ad5d883d6ef (diff)
Lua: load text module as `pandoc.text`.
This only affects the name in the Lua-internal documentation. It is still possible to load the modules via `require 'text'`, although this is deprecated.
Diffstat (limited to 'doc/lua-filters.md')
-rw-r--r--doc/lua-filters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 70d44917e..2cc11032b 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -3923,7 +3923,7 @@ Parameters:
`args`
: list of arguments passed to the filter. Defaults to
- `{FORMAT}`. ({[strings]{unknown-type="strings"},\...})
+ `{FORMAT}`. ({string,\...})
Returns: