pandoc/data
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
..
docx Docx writer: Support 9 levels of headers. 2017-03-13 21:48:00 +01:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
templates LaTeX writer: Fix problem with escaping in lstinline. 2017-04-29 11:05:44 +02:00
abbreviations Add default abbreviations file (data/abbreviations). 2017-03-16 22:16:41 +01:00
bash_completion.tpl Really fixed bash completion this time! 2016-12-07 21:18:44 +01:00
default.theme Added data/default.theme to repository. 2017-04-01 22:59:10 +02:00
epub.css added selectors for nested emphasis (epub.css) 2015-08-07 22:32:36 +02:00
jats.csl Automatically include URI-encoded jats.csl for jats output. 2017-03-30 16:43:17 +02:00
LaTeXMathML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.lua Lua filter: fall-back to global filters when none is returned 2017-04-30 17:06:54 +02:00
sample.lua Fix sample.lua barfing on Raw data (#3358) 2017-01-18 12:47:15 +01:00