From ad726953b9cb7d2bf164ec091227872e97cf8f65 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 30 Mar 2022 23:10:30 +0200 Subject: 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`. --- doc/lua-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) -- cgit v1.2.3