index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Lua
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
hlint suggestions.
John MacFarlane
1
-10
/
+10
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
3
-16
/
+17
2017-10-26
update years in copyright
Kolen Cheung
1
-1
/
+1
2017-10-05
Use hslua v0.9.0
Albert Krewinkel
1
-12
/
+1
2017-10-03
pandoc.lua: use wrapper funciton for pipe command
Albert Krewinkel
1
-1
/
+1
2017-10-03
Lua.PandocModule: promote addFunction to top level
Albert Krewinkel
1
-14
/
+10
2017-10-01
Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.
John MacFarlane
1
-0
/
+17
2017-10-01
Lua: move sha1 from pandoc.mediabag to pandoc.
John MacFarlane
1
-1
/
+3
2017-09-30
Lua: use sha1 instead of hashname.
John MacFarlane
1
-13
/
+5
2017-09-30
Lua: make fetch return mime type first and then content.
John MacFarlane
1
-1
/
+1
2017-09-30
Lua: simply mediabag module.
John MacFarlane
1
-15
/
+31
2017-09-30
Lua: make lua.mediabag.fetch return filename and mime type.
John MacFarlane
1
-0
/
+4
2017-09-30
Lua filters: make sure whole CommonState is passed through...
John MacFarlane
1
-9
/
+14
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-4
/
+2
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
1
-14
/
+111
2017-09-24
Allow lua filters to return lists of elements
Albert Krewinkel
1
-15
/
+15
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
1
-2
/
+12
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
3
-56
/
+11
2017-08-13
Text.Pandoc.Lua: Optimize performance by using raw table access
Albert Krewinkel
2
-17
/
+27
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
5
-395
/
+260
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-3
/
+3
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
1
-5
/
+5
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
1
-2
/
+3
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+3
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
5
-32
/
+28
2017-05-13
Update dates in copyright notices
Albert Krewinkel
3
-4
/
+4
2017-04-30
Lua module: simplify Attributes, rename to Attr
Albert Krewinkel
1
-1
/
+1
2017-04-30
Lua module: make Header argument order consistent
Albert Krewinkel
1
-1
/
+1
2017-04-26
Lua module: provide simple `read` format parser
Albert Krewinkel
2
-67
/
+28
2017-04-26
Lua filter: allow natural access to meta elements
Albert Krewinkel
1
-1
/
+1
2017-04-15
Lua filter: use Attributes constructor for Attrs
Albert Krewinkel
1
-14
/
+26
2017-04-14
Lua filter: Re-order code of stack value instances
Albert Krewinkel
1
-106
/
+122
2017-04-14
Lua filter: use lua strings for nullary constructors
Albert Krewinkel
1
-80
/
+19
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
3
-126
/
+164
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
2
-103
/
+142
2017-04-14
Use lua bools and strings for MetaBool, MetaString
Albert Krewinkel
1
-2
/
+2
2017-04-14
Drop dependency on hslua-aeson
Albert Krewinkel
1
-1
/
+0
2017-04-14
Push blocks via lua constructors and constants
Albert Krewinkel
1
-37
/
+102
2017-04-14
Push inlines via lua constructors and constants
Albert Krewinkel
1
-41
/
+29
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
1
-30
/
+148
2017-04-11
Lua filter: use custom StackValue Inline instance
Albert Krewinkel
1
-24
/
+151
2017-04-07
Lua filter: improve doc filter performance
Albert Krewinkel
1
-36
/
+47
2017-04-06
Lua filter: Improve block filter performance
Albert Krewinkel
1
-7
/
+44
2017-04-06
Lua filter: Improve inline filter performance
Albert Krewinkel
1
-7
/
+73
2017-04-02
Lua module: add readers submodule
Albert Krewinkel
2
-2
/
+147
2017-03-24
Ensure compatibility with hslua 0.5.*
Albert Krewinkel
2
-2
/
+43
2017-03-20
Lua filters (#3514)
Albert Krewinkel
1
-0
/
+47