pandoc/data
Albert Krewinkel 0105a3c293 Add basic lua List module (#4099)
The List module is automatically loaded, but not assigned to a global
variable. It can be included in filters by calling `List = require
'List'`.

Lists of blocks, lists of inlines, and lists of classes are now given
`List` as a metatable, making working with them more convenient. E.g.,
it is now possible to concatenate lists of inlines using Lua's
concatenation operator `..` (requires at least one of the operants to
have `List` as a metatable):

    function Emph (emph)
      local s = {pandoc.Space(), pandoc.Str 'emphasized'}
      return pandoc.Span(emph.content .. s)
    end

Closes: #4081
2017-11-28 17:20:01 -07:00
..
docx Removed redundant element from data/docx/word/numbering.xml. 2017-06-27 12:39:13 +02: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 template: include natbib/biblatex after polyglossia. 2017-11-14 20:50:13 -08:00
translations Added Listing to Term. 2017-08-12 13:19:50 -07:00
abbreviations Removed etc. from abbreviations file. 2017-11-09 23:23:51 -05:00
bash_completion.tpl Support for PDF generation via weasyprint and prince (#3909) 2017-09-11 20:18:42 -07:00
default.theme Added data/default.theme to repository. 2017-04-01 22:59:10 +02:00
epub.css HTML Writer: consistently use dashed class-names 2017-10-31 10:40:16 +01:00
jats.csl Fixed URIs in jats.csl. 2017-11-11 16:23:41 -08:00
LaTeXMathML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
List.lua Add basic lua List module (#4099) 2017-11-28 17:20:01 -07:00
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.lua Add basic lua List module (#4099) 2017-11-28 17:20:01 -07:00
sample.lua Fix sample.lua barfing on Raw data (#3358) 2017-01-18 12:47:15 +01:00
vimwiki.css Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00