index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Lua
Age
Commit message (
Expand
)
Author
2017-12-01
Lua/StackInstances: push Pandoc and Meta via constructor
Albert Krewinkel
2017-12-01
List.lua: add missing fixes as discussed in #4099
Albert Krewinkel
2017-11-28
Add basic lua List module (#4099)
Albert Krewinkel
2017-11-11
Functor instance to fix ghc 7.8 warning.
John MacFarlane
2017-11-11
Add lua filter functions to walk inline and block elements.
John MacFarlane
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-10-26
update years in copyright
Kolen Cheung
2017-10-05
Use hslua v0.9.0
Albert Krewinkel
2017-10-03
pandoc.lua: use wrapper funciton for pipe command
Albert Krewinkel
2017-10-03
Lua.PandocModule: promote addFunction to top level
Albert Krewinkel
2017-10-01
Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.
John MacFarlane
2017-10-01
Lua: move sha1 from pandoc.mediabag to pandoc.
John MacFarlane
2017-09-30
Lua: use sha1 instead of hashname.
John MacFarlane
2017-09-30
Lua: make fetch return mime type first and then content.
John MacFarlane
2017-09-30
Lua: simply mediabag module.
John MacFarlane
2017-09-30
Lua: make lua.mediabag.fetch return filename and mime type.
John MacFarlane
2017-09-30
Lua filters: make sure whole CommonState is passed through...
John MacFarlane
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
2017-09-24
Allow lua filters to return lists of elements
Albert Krewinkel
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
2017-08-13
Text.Pandoc.Lua: Optimize performance by using raw table access
Albert Krewinkel
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-04-30
Lua module: simplify Attributes, rename to Attr
Albert Krewinkel
2017-04-30
Lua module: make Header argument order consistent
Albert Krewinkel
2017-04-26
Lua module: provide simple `read` format parser
Albert Krewinkel
2017-04-26
Lua filter: allow natural access to meta elements
Albert Krewinkel
2017-04-15
Lua filter: use Attributes constructor for Attrs
Albert Krewinkel
2017-04-14
Lua filter: Re-order code of stack value instances
Albert Krewinkel
2017-04-14
Lua filter: use lua strings for nullary constructors
Albert Krewinkel
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
2017-04-14
Use lua bools and strings for MetaBool, MetaString
Albert Krewinkel
2017-04-14
Drop dependency on hslua-aeson
Albert Krewinkel
2017-04-14
Push blocks via lua constructors and constants
Albert Krewinkel
2017-04-14
Push inlines via lua constructors and constants
Albert Krewinkel
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
2017-04-11
Lua filter: use custom StackValue Inline instance
Albert Krewinkel
2017-04-07
Lua filter: improve doc filter performance
Albert Krewinkel
2017-04-06
Lua filter: Improve block filter performance
Albert Krewinkel
2017-04-06
Lua filter: Improve inline filter performance
Albert Krewinkel
2017-04-02
Lua module: add readers submodule
Albert Krewinkel
[prev]
[next]