aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Marshaling
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel9-1599/+0
2021-11-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel1-0/+3
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel1-0/+1
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel1-4/+7
2021-11-06Lua: add Pushable instance for ReaderOptionsAlbert Krewinkel1-1/+4
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel1-35/+94
2021-11-05Lua: display Pandoc values using their native Haskell representationAlbert Krewinkel1-0/+4
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel1-0/+2
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel1-1/+1
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel1-0/+4
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel1-1/+12
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel1-0/+2
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel1-0/+2
2021-10-30Fix build on GHC 9.2Joseph C. Sible1-0/+1
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel2-23/+28
2021-10-28Lua: increase strictness when getting attribute keysAlbert Krewinkel1-2/+2
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel1-0/+4
2021-10-26Fix a copy/paste bug in Lua marshalling code.John MacFarlane1-1/+1
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel1-18/+56
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel2-12/+74
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel1-111/+320
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel1-15/+30
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel2-118/+5
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel1-61/+237
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel2-13/+230
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-10/+23
2021-10-22Switch to hslua-2.0Albert Krewinkel10-648/+521
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+2
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-2/+0
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