summaryrefslogtreecommitdiff
path: root/paper/writers/jsonld.lua
blob: 697dc9f13dfd4eac30efcd428d3987c1ec90979c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--
-- jsonld.lua
--
-- Copyright (c) 2017 Albert Krewinkel, Robert Winkler
--
-- This program is free software; you can redistribute it and/or modify it
-- under the terms of the GNU public license version 2 or later.
-- See the LICENSE file for details.

function Doc (body, meta, variables)
  return meta.jsonld
end

setmetatable(_G, {__index = function () return function () return '' end end})