pandoc/data
Albert Krewinkel 458e633bc4
data/pandoc.lua: make all types subtypes of AstElement
*Pandoc*, *Meta*, and *Citation* were just plain functions and did not
set a metatable on the returned value, which made it difficult to amend
objects of these types with new behavior. They are now subtypes of
AstElement, meaning that all their objects can gain new features when a
method is added to the behavior object (e.g., `pandoc.Pandoc.behavior`).
2018-01-07 11:22:53 +01:00
..
docx Updated reference.docx. 2017-12-26 22:02:49 -08: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
pptx Add default pptx data for Powerpoint writer. 2017-12-11 07:00:17 -05:00
templates Update copyright notices to include 2018 2018-01-05 20:39:12 +01: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
epub.css HTML Writer: consistently use dashed class-names 2017-10-31 10:40:16 +01:00
init.lua data/init.lua: load pandoc.utils by default 2017-12-23 13:42:35 +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
make-reference-files.hs make-reference-files: use proper path separators for Windows. 2015-05-28 09:59:08 -07:00
pandoc.List.lua Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
pandoc.lua data/pandoc.lua: make all types subtypes of AstElement 2018-01-07 11:22:53 +01:00
sample.lua data/sample.lua: use next instead of for loop 2017-12-27 20:11:19 +01:00
vimwiki.css Added Vimwiki reader (#3705). 2017-06-19 22:15:12 +02:00