ae21a8bb2a
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 |
||
---|---|---|
.. | ||
hello-world-doc.lua | ||
implicit-doc-filter.lua | ||
markdown-reader.lua | ||
plain-to-para.lua | ||
single-to-double-quoted.lua | ||
smallcaps-title.lua | ||
strmacro.lua |