aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel
2017-04-14Lua filter: Re-order code of stack value instancesAlbert Krewinkel
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel
2017-04-14Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel
2017-04-14Push inlines via lua constructors and constantsAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve block filter performanceAlbert Krewinkel
2017-04-06Lua filter: Improve inline filter performanceAlbert Krewinkel
2017-04-02Lua module: add readers submoduleAlbert Krewinkel
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel
2017-03-20Lua filters (#3514)Albert Krewinkel