Age | Commit message (Expand) | Author | Files | Lines |
2021-11-27 | Lua: use package pandoc-lua-marshal (#7719) | Albert Krewinkel | 9 | -1599/+0 |
2021-11-24 | Lua: allow single elements as singleton MetaBlocks/MetaInlines | Albert Krewinkel | 1 | -0/+3 |
2021-11-23 | Lua: add function `pandoc.utils.text` (#7710) | Albert Krewinkel | 1 | -0/+1 |
2021-11-23 | Lua: split strings into words when treating them as Inline list (#7712) | Albert Krewinkel | 1 | -4/+7 |
2021-11-06 | Lua: add Pushable instance for ReaderOptions | Albert Krewinkel | 1 | -1/+4 |
2021-11-06 | Lua: allow to pass custom reader options to `pandoc.read` | Albert Krewinkel | 1 | -35/+94 |
2021-11-05 | Lua: display Pandoc values using their native Haskell representation | Albert Krewinkel | 1 | -0/+4 |
2021-11-02 | Lua: re-add `content` property to Strikeout elements | Albert Krewinkel | 1 | -0/+2 |
2021-11-02 | Lua: be more forgiving when retrieving the Image `caption` property | Albert Krewinkel | 1 | -1/+1 |
2021-11-02 | Lua: display Attr values using their native Haskell representation | Albert Krewinkel | 1 | -0/+4 |
2021-11-02 | Lua: allow to compare, show Citation values | Albert Krewinkel | 1 | -1/+12 |
2021-11-01 | Lua: restore `content` property on Header elements | Albert Krewinkel | 1 | -0/+2 |
2021-10-31 | Lua: re-add `content` property to Link elements | Albert Krewinkel | 1 | -0/+2 |
2021-10-30 | Fix build on GHC 9.2 | Joseph C. Sible | 1 | -0/+1 |
2021-10-29 | Lua: use hslua module abstraction where possible | Albert Krewinkel | 2 | -23/+28 |
2021-10-28 | Lua: increase strictness when getting attribute keys | Albert Krewinkel | 1 | -2/+2 |
2021-10-27 | Lua: re-add `t` and `tag` property to Attr values | Albert Krewinkel | 1 | -0/+4 |
2021-10-26 | Fix a copy/paste bug in Lua marshalling code. | John MacFarlane | 1 | -1/+1 |
2021-10-26 | Lua: marshal SimpleTable values as userdata objects | Albert Krewinkel | 1 | -18/+56 |
2021-10-26 | Lua: marshal ListAttributes values as userdata objects | Albert Krewinkel | 2 | -12/+74 |
2021-10-26 | Lua: marshal Block values as userdata objects | Albert Krewinkel | 1 | -111/+320 |
2021-10-25 | Lua: marshal Citation values as userdata objects | Albert Krewinkel | 1 | -15/+30 |
2021-10-22 | Lua: marshal Version values as userdata | Albert Krewinkel | 2 | -118/+5 |
2021-10-22 | Lua: marshal Inline elements as userdata | Albert Krewinkel | 1 | -61/+237 |
2021-10-22 | Lua: marshal Attr values as userdata | Albert Krewinkel | 2 | -13/+230 |
2021-10-22 | Lua: marshal Pandoc values as userdata | Albert Krewinkel | 1 | -10/+23 |
2021-10-22 | Switch to hslua-2.0 | Albert Krewinkel | 10 | -648/+521 |
2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane | 1 | -0/+2 |
2021-10-01 | Depend on pandoc-types 1.23, remove Null constructor on Block. | John MacFarlane | 1 | -2/+0 |
2021-02-27 | Lua: use strict evaluation when retrieving AST value from the stack | Albert Krewinkel | 1 | -79/+77 |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 10 | -16/+16 |
2020-12-16 | Support Lua marshalling of doctemplates BoolVal. | John MacFarlane | 1 | -0/+1 |
2020-10-14 | Fix typos in comments, doc strings, error messages, and tests | Albert Krewinkel | 1 | -1/+1 |
2020-09-20 | Lua filters: add SimpleTable for backwards compatibility (#6575) | Albert Krewinkel | 2 | -1/+60 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -3/+1 |
2020-07-25 | Lua filters: make attr argument optional in Table constructor | Albert Krewinkel | 1 | -1/+1 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -0/+2 |
2020-04-17 | API change: use PandocError for exceptions in Lua subsystem | Albert Krewinkel | 3 | -7/+77 |
2020-04-15 | Lua: support new tables | Albert Krewinkel | 1 | -17/+99 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -1/+2 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -11/+10 |
2020-04-15 | Implement the new Table type | despresc | 1 | -3/+16 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 8 | -16/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 7 | -12/+12 |
2020-03-13 | Lua marshalling: Remove unused language extensions | Albert Krewinkel | 4 | -8/+3 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 2 | -2/+0 |
2020-02-07 | Resolve HLint warnings | Albert Krewinkel | 1 | -1/+0 |
2020-01-15 | Lua filters: allow filtering of element lists (#6040) | Albert Krewinkel | 1 | -0/+45 |
2020-01-04 | Added a needed pragma. | John MacFarlane | 1 | -0/+1 |
2020-01-04 | Add type annotations to assist ghci. | John MacFarlane | 2 | -2/+6 |