pandoc/test/lua
Albert Krewinkel ae21a8bb2a
Lua filter: fall-back to global filters when none is returned
The implicitly defined global filter (i.e. all element filtering
functions defined in the global lua environment) is used if no filter is
returned from a lua script. This allows to just write top-level
functions in order to define a lua filter. E.g

    function Emph(elem) return pandoc.Strong(elem.content) end
2017-04-30 17:06:54 +02:00
..
hello-world-doc.lua Lua filters (#3514) 2017-03-20 15:17:03 +01:00
implicit-doc-filter.lua Lua filter: fall-back to global filters when none is returned 2017-04-30 17:06:54 +02:00
markdown-reader.lua Lua module: provide simple read format parser 2017-04-26 23:28:40 +02:00
plain-to-para.lua Lua filter: revert to non-destructuring filters 2017-04-15 21:40:48 +02:00
single-to-double-quoted.lua Lua filter: revert to non-destructuring filters 2017-04-15 21:40:48 +02:00
smallcaps-title.lua Lua filter: allow filtering of meta data only 2017-04-26 23:28:40 +02:00
strmacro.lua Lua filter: revert to non-destructuring filters 2017-04-15 21:40:48 +02:00