aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.html+lhs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-02-15 17:13:04 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2019-05-29 23:17:12 +0200
commit3097ee100ed260a5c2cea7df5bf80c989687df44 (patch)
treee42fc606fb96b93f09422203470013b9b825832c /test/lhs-test.html+lhs
parent8507d98a1534ba4049e4c1ca3671ee41a1f56c70 (diff)
downloadpandoc-3097ee100ed260a5c2cea7df5bf80c989687df44.tar.gz
pandoc.mediabag module: add items function iterating over mediabag
A new function `pandoc.mediabag.items` was added to Lua module pandoc.mediabag. This allows users to lazily iterate over all media bag items, loading items into Lua one-by-one. Example: for filename, mime_type, content in pandoc.mediabag.items() do -- use media bag item. end This is a convenient alternative to using `mediabag.list` in combination with `mediabag.lookup`.
Diffstat (limited to 'test/lhs-test.html+lhs')
0 files changed, 0 insertions, 0 deletions