aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2018-03-17ConTeXt template: pdfa variable to generate PDF/A (#4294)Henri Menke
2018-03-17Provide `bidi` package's option using `\PassOptionsToPackage` (#4357).Václav Haisman
2018-02-18Powerpoint writer: Move notes slides into data tree.Jesse Rosenthal
2018-02-08rst template: remove definition of 'math' role as raw.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-19Merge pull request #4221 from phikal/masterJohn MacFarlane
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel
2018-01-13data/pandoc.lua: drop _VERSIONAlbert Krewinkel
2018-01-09data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel
2018-01-09data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel
2018-01-03Ms writer: Added papersize variablePhilip K
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel
2017-12-29data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel
2017-12-28Fixed some doc comments in data/pandoc.lua.John MacFarlane
2017-12-27data/sample.lua: use `next` instead of for loopAlbert Krewinkel
2017-12-27Removed extra comment.John MacFarlane
2017-12-27Revert "data/sample.lua: Fixed problem with definition lists."John MacFarlane
2017-12-27data/sample.lua: fixed problem with tables.John MacFarlane
2017-12-27data/sample.lua: Fixed problem with definition lists.John MacFarlane
2017-12-26Updated reference.docx.John MacFarlane
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane
2017-12-23data/init.lua: load pandoc.utils by defaultAlbert Krewinkel
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel
2017-12-21Removed default.theme data file.John MacFarlane
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel
2017-12-19pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel
2017-12-13Update latex template to work with recent versions of beamer.John MacFarlane
2017-12-11Added support for LaTeX pagestyle variable (#4135)Thomas Hodgson
2017-12-11Add default pptx data for Powerpoint writer.Jesse Rosenthal
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-12-04reveal.js template: add title-slide identifier to title slide.John MacFarlane
2017-12-03Include default CSS for 'underline' class in HTML-based templates.John MacFarlane
2017-12-01revealjs template: added a necessary escape.John MacFarlane
2017-12-01reveal.js template: include tex2jax configuration.John MacFarlane
2017-12-01pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel