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
/
Init.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
Lua: marshal ListAttributes values as userdata objects
Albert Krewinkel
1
-1
/
+0
2021-10-26
Lua: marshal Block values as userdata objects
Albert Krewinkel
1
-4
/
+0
2021-10-22
Lua: marshal Attr values as userdata
Albert Krewinkel
1
-1
/
+0
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
1
-17
/
+20
2021-08-24
Lua subsystem and custom writers: generalize types from PandocIO...
John MacFarlane
1
-3
/
+2
2021-01-26
Lua: always load built-in Lua scripts from default data-dir
Albert Krewinkel
1
-4
/
+14
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-09-20
Lua filters: add SimpleTable for backwards compatibility (#6575)
Albert Krewinkel
1
-0
/
+1
2020-04-17
API change: use new type PandocLua for all pandoc Lua operations
Albert Krewinkel
1
-60
/
+23
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
1
-9
/
+7
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-2
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-01-15
Lua filters: allow filtering of element lists (#6040)
Albert Krewinkel
1
-0
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-2
/
+3
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-17
/
+0
2019-02-16
T.P.Lua: get CommonState from Lua global
Albert Krewinkel
1
-15
/
+15
2019-02-09
Lua filters: load module `pandoc` before calling `init.lua` (#5287)
Albert Krewinkel
1
-6
/
+27
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-10-28
T.P.Lua: expose more useful internals (API change)
Albert Krewinkel
1
-2
/
+1
2018-10-28
T.P.Lua: rename `runPandocLua` to `runLua` (API change)
Albert Krewinkel
1
-3
/
+3
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel
1
-21
/
+18
2018-10-25
Lua: allow access to pandoc state (#5015)
Albert Krewinkel
1
-5
/
+10
2018-10-12
Lua filters: push ListAttributes via constructor
Albert Krewinkel
1
-0
/
+1
2018-09-24
Use hslua v1.0.0
Albert Krewinkel
1
-4
/
+9
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-24
Lua: register script name in global variable
Albert Krewinkel
1
-1
/
+7
2018-01-23
Lua filters: store constructors in registry
Albert Krewinkel
1
-0
/
+25
2018-01-07
Lua: make pandoc-types version available as PANDOC_API_VERSION
Albert Krewinkel
1
-0
/
+3
2018-01-07
Lua: make pandoc version available as PANDOC_VERSION
Albert Krewinkel
1
-0
/
+4
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-18
Lua filters: perform minor code clean-up
Albert Krewinkel
1
-4
/
+4
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
1
-0
/
+79