aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Marshaling
AgeCommit message (Expand)AuthorFilesLines
2021-02-27Lua: use strict evaluation when retrieving AST value from the stackAlbert Krewinkel1-79/+77
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel10-16/+16
2020-12-16Support Lua marshalling of doctemplates BoolVal.John MacFarlane1-0/+1
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-1/+1
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel2-1/+60
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-3/+1
2020-07-25Lua filters: make attr argument optional in Table constructorAlbert Krewinkel1-1/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+2
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel3-7/+77
2020-04-15Lua: support new tablesAlbert Krewinkel1-17/+99
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-1/+2
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-11/+10
2020-04-15Implement the new Table typedespresc1-3/+16
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel8-16/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel7-12/+12
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel4-8/+3
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane2-2/+0
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+0
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel1-0/+45
2020-01-04Added a needed pragma.John MacFarlane1-0/+1
2020-01-04Add type annotations to assist ghci.John MacFarlane2-2/+6
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc2-6/+9
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-4/+6
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-0/+31
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-31/+0
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-1/+4
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel1-0/+75
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel1-1/+1
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel1-0/+154
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel4-0/+519