From 6640506ddc0ab848824d818a363c2e685b8b31a5 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 1 Dec 2017 17:58:12 +0100 Subject: Lua/StackInstances: push Pandoc and Meta via constructor Pandoc and Meta elements are now pushed by calling the respective constructor functions of the pandoc Lua module. This makes serialization consistent with the way blocks and inlines are pushed to lua and allows to use List methods with the `blocks` value. --- doc/lua-filters.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 8cdb96194..11643da84 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -617,6 +617,17 @@ Lua functions for pandoc scripts. `meta`: : document meta data +## Meta + +[`Meta (table)`]{#Meta} + +: Create a new Meta object. + + Parameters: + + `table`: + : table containing document meta information + ## MetaValue [`MetaBlocks (blocks)`]{#MetaBlocks} -- cgit v1.2.3