mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
committed by
John MacFarlane
parent
904f82176d
commit
f5b89b5adb
+1
-1
@@ -351,7 +351,7 @@ local vars = {}
|
||||
function get_vars (meta)
|
||||
for k, v in pairs(meta) do
|
||||
if v.t == 'MetaInlines' then
|
||||
vars["$" .. k .. "$"] = v
|
||||
vars["$" .. k .. "$"] = {table.unpack(v)}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user