aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-23HTML reader: Revise treatment of li with id attribute.John MacFarlane2-2/+67
2017-04-22Use foundation-0.0.7.John MacFarlane2-0/+2
2017-04-22Add siunitx Support (#3588)schrieveslaach2-0/+38
2017-04-22Allow aeson 1.2.0.0.John MacFarlane1-1/+1
2017-04-22Use skylighitng >= 0.3.3.John MacFarlane1-2/+2
2017-04-22Use latest skylighting, lts.John MacFarlane2-5/+4
2017-04-18Lua: drop useless filter function type parameterAlbert Krewinkel1-28/+20
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2-1/+11
2017-04-16Read image size of Inkscape SVGs (#3580)schrieveslaach1-4/+4
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel2-1/+11
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel5-77/+58
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel1-39/+109
2017-04-15Small fix to error reporting in App.John MacFarlane1-4/+2
2017-04-15Avoid parsing "Notes:**" as a bare URI.John MacFarlane2-0/+8
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane3-7/+9
2017-04-15Fixed shadowing warningsJohn MacFarlane1-5/+5
2017-04-15Docx reader: removed readDocxWithWarnings (API change).John MacFarlane1-9/+1
2017-04-15App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane1-16/+16
2017-04-15Error: Added PandocFilterError.John MacFarlane2-8/+7
2017-04-15Error: Added PandocPDFErrorJohn MacFarlane2-1/+3
2017-04-15Text.Pandoc.Error: added new constructors.John MacFarlane2-9/+13
2017-04-15Revised error message for pandoc -t pdf.John MacFarlane1-4/+4
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel2-30/+76
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel1-69/+60
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel1-4/+42
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel4-21/+52
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel1-106/+122
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel2-124/+41
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel5-156/+166
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel5-131/+152
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel1-2/+2
2017-04-14Merge pull request #3569 from tarleb/lua-destructured-filter-functionsAlbert Krewinkel11-214/+978
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel3-21/+26
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel6-23/+15
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel2-78/+336
2017-04-14s/safed/saved/Alexander Krotov1-1/+1
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel1-41/+29
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel4-34/+198
2017-04-13Improve lua module documentationAlbert Krewinkel1-140/+315
2017-04-12Use lowercase a4 for latex papersize example.John MacFarlane1-1/+1
2017-04-12Lua module: provide multi-param Inline constructorsAlbert Krewinkel1-4/+160
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel2-37/+63
2017-04-12Man writer: Fix handling of nested font commands.John MacFarlane3-13/+56
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel3-31/+156
2017-04-10Docx writer: don't take "distArchive" from datadir.John MacFarlane1-2/+3
2017-04-09stack.yaml: update foundation to 0.0.6 (#3565)Alexander Krotov1-0/+1
2017-04-09Use stack lts-8.8.John MacFarlane2-4/+2
2017-04-07Fixed a typo (#3562)Sam Kim1-1/+1
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel2-37/+56
2017-04-06Ensure correctness of StackValue instancesAlbert Krewinkel2-0/+29