summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAge
* data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel2018-01-13
* data/pandoc.lua: accept single block as singleton listAlbert Krewinkel2018-01-13
* data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel2018-01-13
* data/pandoc.lua: drop _VERSIONAlbert Krewinkel2018-01-13
* data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel2018-01-09
* data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel2018-01-09
* data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel2018-01-08
* data/pandoc.lua: fix docstringsAlbert Krewinkel2018-01-07
* data/pandoc.lua: make Attr an AstElementAlbert Krewinkel2018-01-07
* data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel2018-01-07
* data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel2018-01-07
* data/pandoc.lua: split type and behavior tablesAlbert Krewinkel2018-01-06
* data/pandoc.lua: rename Element to AstElementAlbert Krewinkel2018-01-06
* data/pandoc.lua: remove dead codeAlbert Krewinkel2018-01-06
* data/pandoc.lua: fix Element inheritanceAlbert Krewinkel2018-01-06
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel2018-01-05
* data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2017-12-29
* data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel2017-12-29
* Fixed some doc comments in data/pandoc.lua.John MacFarlane2017-12-28
* data/sample.lua: use `next` instead of for loopAlbert Krewinkel2017-12-27
* Removed extra comment.John MacFarlane2017-12-27
* Revert "data/sample.lua: Fixed problem with definition lists."John MacFarlane2017-12-27
* data/sample.lua: fixed problem with tables.John MacFarlane2017-12-27
* data/sample.lua: Fixed problem with definition lists.John MacFarlane2017-12-27
* Updated reference.docx.John MacFarlane2017-12-26
* HTML writer: Use br elements in line blocks...John MacFarlane2017-12-26
* data/init.lua: load pandoc.utils by defaultAlbert Krewinkel2017-12-23
* Lua modules: added pandoc.utils moduleAlbert Krewinkel2017-12-21
* Removed default.theme data file.John MacFarlane2017-12-21
* Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel2017-12-20
* pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel2017-12-19
* Update latex template to work with recent versions of beamer.John MacFarlane2017-12-13
* Added support for LaTeX pagestyle variable (#4135)Thomas Hodgson2017-12-11
* Add default pptx data for Powerpoint writer.Jesse Rosenthal2017-12-11
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* reveal.js template: add title-slide identifier to title slide.John MacFarlane2017-12-04
* Include default CSS for 'underline' class in HTML-based templates.John MacFarlane2017-12-03
* revealjs template: added a necessary escape.John MacFarlane2017-12-01
* reveal.js template: include tex2jax configuration.John MacFarlane2017-12-01
* pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel2017-12-01
* Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel2017-12-01
* List.lua: add missing fixes as discussed in #4099Albert Krewinkel2017-12-01
* List.lua: add _VERSION to module, drop unused varAlbert Krewinkel2017-11-29
* Add basic lua List module (#4099)Albert Krewinkel2017-11-28
* data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel2017-11-20
* LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane2017-11-14
* Fixed URIs in jats.csl.John MacFarlane2017-11-11
* Removed etc. from abbreviations file.John MacFarlane2017-11-09