aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-19Merge pull request #4221 from phikal/masterJohn MacFarlane1-0/+4
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke1-0/+5
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel1-11/+14
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel1-19/+28
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel1-16/+30
2018-01-13data/pandoc.lua: drop _VERSIONAlbert Krewinkel1-3/+0
2018-01-09data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel1-6/+4
2018-01-09data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel1-20/+20
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel1-81/+90
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel1-9/+18
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel1-9/+7
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel1-4/+2
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel1-25/+28
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel1-51/+83
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel1-9/+9
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel1-6/+2
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel1-2/+3
2018-01-05Update copyright notices to include 2018Albert Krewinkel3-5/+5
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel1-13/+15
2018-01-03Ms writer: Added papersize variablePhilip K1-0/+4
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel1-36/+1
2017-12-29data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel1-5/+5
2017-12-28Fixed some doc comments in data/pandoc.lua.John MacFarlane1-10/+10
2017-12-27data/sample.lua: use `next` instead of for loopAlbert Krewinkel1-4/+3
2017-12-27Removed extra comment.John MacFarlane1-1/+0
2017-12-27Revert "data/sample.lua: Fixed problem with definition lists."John MacFarlane1-3/+5
2017-12-27data/sample.lua: fixed problem with tables.John MacFarlane1-1/+1
2017-12-27data/sample.lua: Fixed problem with definition lists.John MacFarlane1-5/+3
2017-12-26Updated reference.docx.John MacFarlane10-38/+415
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane9-9/+0
2017-12-23data/init.lua: load pandoc.utils by defaultAlbert Krewinkel1-0/+1
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel1-0/+5
2017-12-21Removed default.theme data file.John MacFarlane1-177/+0
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel1-47/+0
2017-12-19pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel1-1/+4
2017-12-13Update latex template to work with recent versions of beamer.John MacFarlane1-6/+18
2017-12-11Added support for LaTeX pagestyle variable (#4135)Thomas Hodgson1-0/+3
2017-12-11Add default pptx data for Powerpoint writer.Jesse Rosenthal39-0/+76
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel1-0/+6
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel2-1/+1
2017-12-04reveal.js template: add title-slide identifier to title slide.John MacFarlane1-1/+1
2017-12-03Include default CSS for 'underline' class in HTML-based templates.John MacFarlane9-0/+9
2017-12-01revealjs template: added a necessary escape.John MacFarlane1-1/+1
2017-12-01reveal.js template: include tex2jax configuration.John MacFarlane1-0/+12
2017-12-01pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel1-10/+10
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel1-0/+15
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel2-23/+34
2017-11-29List.lua: add _VERSION to module, drop unused varAlbert Krewinkel1-4/+3
2017-11-28Add basic lua List module (#4099)Albert Krewinkel2-41/+149