aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel1-1/+92
2017-11-14LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane1-10/+10
2017-11-11Fixed URIs in jats.csl.John MacFarlane1-4/+1
2017-11-09Removed etc. from abbreviations file.John MacFarlane1-1/+0
2017-11-03Added a few abbreviations and sorted the list. (#3984)Wandmalfarbe1-19/+42
2017-11-02Improved support for columns in HTML.John MacFarlane9-24/+27
2017-10-31HTML Writer: consistently use dashed class-namesmb212-2/+2
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel1-1/+2
2017-10-17pandoc.lua: destructure attr for Link and ImageAlbert Krewinkel1-2/+2
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel1-3/+3
2017-10-03Merge pull request #3951 from greut/patch-1John MacFarlane1-1/+1
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel1-0/+23
2017-10-03Load Google Font using HTTPS by defaultYoan Blanc1-1/+1
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel1-1/+1
2017-09-12Move 'tables in footnotes' fix out of beamer part of default.latex.John MacFarlane1-2/+3
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg1-2/+2
2017-09-08Write euro symbol directly in LaTeXAndrew Dunning1-6/+1
2017-09-08Removed old beamer template.John MacFarlane1-285/+0
2017-09-08Use starred versions of xcolor namesAndrew Dunning1-1/+1
2017-09-08Merge branch 'master' into patch-1Andrew Dunning2-11/+11
2017-09-07LaTeX template: load polyglossia after header-includes.John MacFarlane1-9/+9