From eacf1a2f0096135609fa16699980624577db31d7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Nov 2017 15:38:10 -0800 Subject: Fixed typo in lua-filters exmaple. --- 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 ab6d221fa..8e59b73ea 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -379,7 +379,7 @@ function Pandoc(doc) table.insert(hblocks, el) end end - return pandoc.Pandoc(hblocks, meta) + return pandoc.Pandoc(hblocks, doc.meta) end ``` -- cgit v1.2.3