summaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-03-30 23:10:30 +0200
committerGitHub <noreply@github.com>2022-03-30 14:10:30 -0700
commitad726953b9cb7d2bf164ec091227872e97cf8f65 (patch)
tree9cacc25f86bfd87e778cc0651a29b3ac7feb6e9f /doc/lua-filters.md
parent63de34481ad17882e92e6d782be57870bfb4c8f9 (diff)
Lua: allow to pass Sources to pandoc.read (#8002)
Sources, the data type passed to the `Reader` function in custom readers, are now accepted as input to `pandoc.read`.
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 9ca1003f9..251b9fa85 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -3414,7 +3414,7 @@ retrieved from the other parsed input files.
Parameters:
`markup`
-: the markup to be parsed (string)
+: the markup to be parsed (string|Sources)
`format`
: format specification, defaults to `"markdown"` (string)