diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-03-20 13:58:09 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2023-03-20 16:06:18 +0100 |
| commit | ed5197f5258fa52de7676980799ddc47fa4f2278 (patch) | |
| tree | 1974f49d075f343527c934089d9fabe940da63d5 /doc/lua-filters.md | |
| parent | 5af2d70b0da46e74672a9089c51b9ad5d883d6ef (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.md | 2 |
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: |
